Searched refs:bd_prod (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Deth_common.h580 __le16 bd_prod; member in struct:eth_db_data
H A Dcommon_hsi.h676 __le16 bd_prod /* BD producer. */; member in struct:eth_rx_prod_data
917 __le16 bd_prod /* bd producer value to update */; member in struct:db_l2_dpm_data
H A Dqlnx_os.c3856 txq->tx_db.data.bd_prod =
6835 uint16_t bd_prod; local
6842 bd_prod = ecore_chain_get_prod_idx(&rxq->rx_bd_ring);
6846 rx_prods.rx_prod_data.bd_prod = htole16(bd_prod);
H A Decore_hsi_common.h144 __le16 bd_prod /* BD Producer */; member in struct:core_ll2_rx_prod
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c3178 uint16_t bd_cons, bd_prod, bd_prod_fw, comp_ring_cons; local
3192 bd_prod = fp->rx_bd_prod;
3193 bd_prod_fw = bd_prod;
3217 bd_prod = RX_BD(bd_prod);
3232 bd_prod,
3257 bd_cons, bd_prod, cqe_fp);
3314 bd_prod : bd_cons);
3326 memcpy(&fp->rx_mbuf_chain[bd_prod], rx_buf,
3402 bd_prod
5148 uint16_t bd_prod, pkt_prod, total_pkt_size; local
[all...]
H A Decore_hsi.h3686 uint16_t bd_prod /* The HQ producer */; member in struct:cstorm_toe_ag_context
3688 uint16_t bd_prod /* The HQ producer */; member in struct:cstorm_toe_ag_context
6545 uint16_t __bd_ind_max_val /* modulo value for bd_prod */;
6547 uint16_t __bd_ind_max_val /* modulo value for bd_prod */;
7928 uint16_t bd_prod /* Producer of the RX BD ring */; member in struct:ustorm_eth_rx_producers
7932 uint16_t bd_prod /* Producer of the RX BD ring */;
12706 uint16_t bd_prod; member in struct:xstorm_toe_context_section
12710 uint16_t bd_prod; member in struct:xstorm_toe_context_section

Completed in 277 milliseconds