Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mad.c1594 int rx_buf_size, tx_buf_size; in mlx4_ib_alloc_pv_bufs() local
1618 tx_buf_size = sizeof (struct mlx4_rcv_tunnel_mad); in mlx4_ib_alloc_pv_bufs()
1621 tx_buf_size = sizeof (struct mlx4_mad_snd_buf); in mlx4_ib_alloc_pv_bufs()
1640 kmalloc(tx_buf_size, GFP_KERNEL); in mlx4_ib_alloc_pv_bufs()
1646 tx_buf_size, in mlx4_ib_alloc_pv_bufs()
1666 tx_buf_size, DMA_TO_DEVICE); in mlx4_ib_alloc_pv_bufs()
1689 int rx_buf_size, tx_buf_size; in mlx4_ib_free_pv_qp_bufs() local
1697 tx_buf_size = sizeof (struct mlx4_rcv_tunnel_mad); in mlx4_ib_free_pv_qp_bufs()
1700 tx_buf_size = sizeof (struct mlx4_mad_snd_buf); in mlx4_ib_free_pv_qp_bufs()
1712 tx_buf_size, DMA_TO_DEVICE); in mlx4_ib_free_pv_qp_bufs()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddp_htt.c1248 int tx_buf_size, in ath12k_dp_tx_htt_tx_filter_setup() argument
1296 le32_encode_bits(tx_buf_size, in ath12k_dp_tx_htt_tx_filter_setup()
H A Ddp_htt.h1543 int tx_buf_size,