Searched refs:rx_coalesce (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/dlink/ |
| H A D | dl2k.rst | 246 rx_coalesce=m Number of rx frame handled each interrupt. 248 If set rx_coalesce > 0, hardware only assert 252 Set proper rx_coalesce and rx_timeout can 256 For example, rx_coalesce=10 rx_timeout=800.
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/dlink/ |
| H A D | dl2k.c | 28 static int rx_coalesce=10; /* Rx frame count each interrupt */ variable 43 module_param(rx_coalesce, int, 0); /* Rx frame count each interrupt */ 200 if (rx_coalesce > 0 && rx_timeout > 0) { in rio_probe1() 201 np->rx_coalesce = rx_coalesce; in rio_probe1() 278 np->rx_coalesce, np->rx_timeout*640); in rio_probe1() 574 dw32(RxDMAIntCtrl, np->rx_coalesce | np->rx_timeout << 16); in rio_hw_init()
|
| H A D | dl2k.h | 381 unsigned int rx_coalesce; /* Maximum frames each RxDMAComplete intr */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/ |
| H A D | mlan_cmdevt.c | 3747 pcfg->param.rx_coalesce.packet_threshold = 3749 pcfg->param.rx_coalesce.delay = 3753 pcfg->param.rx_coalesce.packet_threshold, 3754 pcfg->param.rx_coalesce.delay);
|
| H A D | mlan_ioctl.h | 4374 mlan_ds_misc_rx_packet_coalesce rx_coalesce; member
|
| H A D | mlan_misc.c | 4149 (t_void *)pioctl_req, &misc->param.rx_coalesce); in wlan_misc_ioctl_rx_pkt_coalesce_config()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | mlan_ioctl.h | 4374 mlan_ds_misc_rx_packet_coalesce rx_coalesce; member
|
| H A D | moal_eth_ioctl.c | 6720 cfg->param.rx_coalesce.packet_threshold = data[0]; in woal_priv_rx_pkt_coalesce_cfg() 6721 cfg->param.rx_coalesce.delay = data[1]; in woal_priv_rx_pkt_coalesce_cfg() 6731 (mlan_ds_misc_rx_packet_coalesce *)&cfg->param.rx_coalesce, in woal_priv_rx_pkt_coalesce_cfg()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/ |
| H A D | mlan_cmdevt.c | 4546 pcfg->param.rx_coalesce.packet_threshold = in wlan_ret_rx_pkt_coalesce_cfg() 4548 pcfg->param.rx_coalesce.delay = in wlan_ret_rx_pkt_coalesce_cfg() 4552 pcfg->param.rx_coalesce.packet_threshold, in wlan_ret_rx_pkt_coalesce_cfg() 4553 pcfg->param.rx_coalesce.delay); in wlan_ret_rx_pkt_coalesce_cfg()
|
| H A D | mlan_ioctl.h | 5784 mlan_ds_misc_rx_packet_coalesce rx_coalesce; member
|
| H A D | mlan_misc.c | 4936 &misc->param.rx_coalesce); in wlan_misc_ioctl_rx_pkt_coalesce_config()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | mlan_ioctl.h | 5784 mlan_ds_misc_rx_packet_coalesce rx_coalesce; member
|
| H A D | moal_eth_ioctl.c | 8310 cfg->param.rx_coalesce.packet_threshold = data[0]; in woal_priv_rx_pkt_coalesce_cfg() 8311 cfg->param.rx_coalesce.delay = data[1]; in woal_priv_rx_pkt_coalesce_cfg() 8322 (mlan_ds_misc_rx_packet_coalesce *)&cfg->param.rx_coalesce, in woal_priv_rx_pkt_coalesce_cfg()
|