Searched refs:tx_buffer_size (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/socklnd/ |
D | socklnd_modparams.c | 80 static int tx_buffer_size = DEFAULT_BUFFER_SIZE; variable 81 module_param(tx_buffer_size, int, 0644); 82 MODULE_PARM_DESC(tx_buffer_size, "socket tx buffer size (0 for system default)"); 157 ksocknal_tunables.ksnd_tx_buffer_size = &tx_buffer_size; in ksocknal_tunables_init()
|
/linux-4.4.14/sound/soc/blackfin/ |
D | bf5xx-sport.h | 101 unsigned int tx_buffer_size; member
|
/linux-4.4.14/drivers/net/can/usb/peak_usb/ |
D | pcan_usb_core.h | 85 int tx_buffer_size; member
|
D | pcan_usb_core.c | 314 size_t size = dev->adapter->tx_buffer_size; in peak_usb_ndo_start_xmit() 462 buf = kmalloc(dev->adapter->tx_buffer_size, GFP_KERNEL); in peak_usb_start() 475 buf, dev->adapter->tx_buffer_size, in peak_usb_start()
|
D | pcan_usb_fd.c | 1044 .tx_buffer_size = PCAN_UFD_TX_BUFFER_SIZE, 1116 .tx_buffer_size = PCAN_UFD_TX_BUFFER_SIZE,
|
D | pcan_usb.c | 894 .tx_buffer_size = PCAN_USB_TX_BUFFER_SIZE,
|
D | pcan_usb_pro.c | 1044 .tx_buffer_size = PCAN_USBPRO_TX_BUFFER_SIZE,
|
/linux-4.4.14/drivers/net/wireless/ |
D | wl3501.h | 581 u16 tx_buffer_size; member
|
D | wl3501_cs.c | 1188 wl3501_get_from_wla(this, 0x492, &this->tx_buffer_size, 2); in wl3501_init_firmware() 1197 while ((next - this->tx_buffer_head) < this->tx_buffer_size) { in wl3501_init_firmware()
|