Home
last modified time | relevance | path

Searched refs:rx_num_desc (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_ll2_api.h163 u16 rx_num_desc; member
H A Decore_ll2.c1049 if (!p_ll2_info->input.rx_num_desc) in ecore_ll2_acquire_connection_rx()
1056 p_ll2_info->input.rx_num_desc, in ecore_ll2_acquire_connection_rx()
1080 p_ll2_info->input.rx_num_desc, in ecore_ll2_acquire_connection_rx()
1092 p_ll2_info->input.rx_num_desc); in ecore_ll2_acquire_connection_rx()
1161 u16 num_desc = p_ll2_info->input.rx_num_desc; in ecore_ll2_acquire_connection_ooo()
1341 if (data->input.rx_num_desc) { in ecore_ll2_acquire_connection()
H A Decore_iwarp.c3144 data.input.rx_num_desc = ECORE_IWARP_LL2_SYN_RX_SIZE; in ecore_iwarp_ll2_start()
3182 data.input.rx_num_desc = n_ooo_bufs; in ecore_iwarp_ll2_start()
3185 p_hwfn->p_rdma_info->iwarp.num_ooo_rx_bufs = data.input.rx_num_desc; in ecore_iwarp_ll2_start()
3206 data.input.rx_num_desc = n_ooo_bufs * 2; in ecore_iwarp_ll2_start()
3210 data.input.tx_num_desc = data.input.rx_num_desc; in ecore_iwarp_ll2_start()
3226 data.input.rx_num_desc, in ecore_iwarp_ll2_start()
3253 data.input.rx_num_desc); in ecore_iwarp_ll2_start()
3259 data.input.rx_num_desc)); in ecore_iwarp_ll2_start()
3274 for (i = 0; i < data.input.rx_num_desc; i++) { in ecore_iwarp_ll2_start()
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_cm.c334 data.input.rx_num_desc = 8 * 1024; in qlnxr_ll2_start()