Searched refs:tx_buf_size (Results 1 – 14 of 14) sorted by relevance
/drivers/net/wireless/mwifiex/ |
D | util.c | 95 info->tx_buf_size = (u32) adapter->tx_buf_size; in mwifiex_get_debug_info()
|
D | uap_event.c | 265 adapter->tx_buf_size = in mwifiex_process_uap_event() 268 adapter->tx_buf_size); in mwifiex_process_uap_event()
|
D | sta_event.c | 401 adapter->tx_buf_size = in mwifiex_process_sta_event() 404 adapter->tx_buf_size); in mwifiex_process_sta_event()
|
D | sta_cmdresp.c | 935 adapter->tx_buf_size = (u16) le16_to_cpu(resp->params. in mwifiex_process_sta_cmdresp() 937 adapter->tx_buf_size = (adapter->tx_buf_size in mwifiex_process_sta_cmdresp() 940 adapter->curr_tx_buf_size = adapter->tx_buf_size; in mwifiex_process_sta_cmdresp()
|
D | 11n_aggr.c | 171 skb_aggr = dev_alloc_skb(adapter->tx_buf_size); in mwifiex_11n_aggregate_pkt()
|
D | debugfs.c | 68 {"tx_buf_size", item_size(tx_buf_size), 69 item_addr(tx_buf_size), 1},
|
D | ioctl.h | 184 u32 tx_buf_size; member
|
D | README | 124 tx_buf_size = <current Tx buffer size>
|
D | init.c | 315 adapter->tx_buf_size = MWIFIEX_TX_DATA_BUF_SIZE_2K; in mwifiex_init_adapter()
|
D | wmm.c | 1238 adapter->tx_buf_size)) in mwifiex_dequeue_tx_packet()
|
D | main.h | 643 u16 tx_buf_size; member
|
D | sta_cmd.c | 1417 &priv->adapter->tx_buf_size); in mwifiex_sta_init_cmd()
|
/drivers/infiniband/hw/mlx4/ |
D | mad.c | 1284 int rx_buf_size, tx_buf_size; in mlx4_ib_alloc_pv_bufs() local 1307 tx_buf_size = sizeof (struct mlx4_rcv_tunnel_mad); in mlx4_ib_alloc_pv_bufs() 1310 tx_buf_size = sizeof (struct mlx4_mad_snd_buf); in mlx4_ib_alloc_pv_bufs() 1325 kmalloc(tx_buf_size, GFP_KERNEL); in mlx4_ib_alloc_pv_bufs() 1331 tx_buf_size, in mlx4_ib_alloc_pv_bufs() 1346 tx_buf_size, DMA_TO_DEVICE); in mlx4_ib_alloc_pv_bufs() 1369 int rx_buf_size, tx_buf_size; in mlx4_ib_free_pv_qp_bufs() local 1377 tx_buf_size = sizeof (struct mlx4_rcv_tunnel_mad); in mlx4_ib_free_pv_qp_bufs() 1380 tx_buf_size = sizeof (struct mlx4_mad_snd_buf); in mlx4_ib_free_pv_qp_bufs() 1392 tx_buf_size, DMA_TO_DEVICE); in mlx4_ib_free_pv_qp_bufs()
|
/drivers/tty/serial/ |
D | omap-serial.c | 114 int tx_buf_size; member
|