Home
last modified time | relevance | path

Searched refs:tx_buf_size (Results 1 – 14 of 14) sorted by relevance

/drivers/net/wireless/mwifiex/
Dutil.c95 info->tx_buf_size = (u32) adapter->tx_buf_size; in mwifiex_get_debug_info()
Duap_event.c265 adapter->tx_buf_size = in mwifiex_process_uap_event()
268 adapter->tx_buf_size); in mwifiex_process_uap_event()
Dsta_event.c401 adapter->tx_buf_size = in mwifiex_process_sta_event()
404 adapter->tx_buf_size); in mwifiex_process_sta_event()
Dsta_cmdresp.c935 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()
D11n_aggr.c171 skb_aggr = dev_alloc_skb(adapter->tx_buf_size); in mwifiex_11n_aggregate_pkt()
Ddebugfs.c68 {"tx_buf_size", item_size(tx_buf_size),
69 item_addr(tx_buf_size), 1},
Dioctl.h184 u32 tx_buf_size; member
DREADME124 tx_buf_size = <current Tx buffer size>
Dinit.c315 adapter->tx_buf_size = MWIFIEX_TX_DATA_BUF_SIZE_2K; in mwifiex_init_adapter()
Dwmm.c1238 adapter->tx_buf_size)) in mwifiex_dequeue_tx_packet()
Dmain.h643 u16 tx_buf_size; member
Dsta_cmd.c1417 &priv->adapter->tx_buf_size); in mwifiex_sta_init_cmd()
/drivers/infiniband/hw/mlx4/
Dmad.c1284 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/
Domap-serial.c114 int tx_buf_size; member