Searched refs:bd_prod (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_ll2.c | 1537 u16 bd_prod, cq_prod; in ecore_ll2_post_rx_buffer_notify_fw() local 1562 bd_prod = ecore_chain_get_prod_idx(&p_rx->rxq_chain); in ecore_ll2_post_rx_buffer_notify_fw() 1564 rx_prod.bd_prod = OSAL_CPU_TO_LE16(bd_prod); in ecore_ll2_post_rx_buffer_notify_fw() 1746 u16 bd_prod; in ecore_ll2_tx_packet_notify() local 1763 bd_prod = ecore_chain_get_prod_idx(&p_ll2_conn->tx_queue.txq_chain); in ecore_ll2_tx_packet_notify() 1779 p_tx->db_msg.spq_prod = OSAL_CPU_TO_LE16(bd_prod); in ecore_ll2_tx_packet_notify()
|
H A D | eth_common.h | 546 __le16 bd_prod; member
|
H A D | common_hsi.h | 663 __le16 bd_prod /* BD producer. */; member 887 __le16 bd_prod /* bd producer value to update */; member
|
H A D | qlnx_os.c | 3724 txq->tx_db.data.bd_prod = in qlnx_send() 6572 uint16_t bd_prod; in qlnx_update_rx_prod() local 6579 bd_prod = ecore_chain_get_prod_idx(&rxq->rx_bd_ring); in qlnx_update_rx_prod() 6583 rx_prods.rx_prod_data.bd_prod = htole16(bd_prod); in qlnx_update_rx_prod()
|
H A D | ecore_hsi_common.h | 134 __le16 bd_prod /* BD Producer */; member
|
/freebsd/sys/dev/bxe/ |
H A D | bxe.c | 3156 uint16_t bd_cons, bd_prod, bd_prod_fw, comp_ring_cons; in bxe_rxeof() local 3170 bd_prod = fp->rx_bd_prod; in bxe_rxeof() 3171 bd_prod_fw = bd_prod; in bxe_rxeof() 3195 bd_prod = RX_BD(bd_prod); in bxe_rxeof() 3210 bd_prod, in bxe_rxeof() 3235 bd_cons, bd_prod, cqe_fp); in bxe_rxeof() 3292 bd_prod : bd_cons); in bxe_rxeof() 3304 memcpy(&fp->rx_mbuf_chain[bd_prod], rx_buf, in bxe_rxeof() 3378 bd_prod = RX_BD_NEXT(bd_prod); in bxe_rxeof() 5101 uint16_t bd_prod, pkt_prod, total_pkt_size; in bxe_tx_encap() local [all …]
|
H A D | ecore_hsi.h | 3686 uint16_t bd_prod /* The HQ producer */; member 3688 uint16_t bd_prod /* The HQ producer */; member 7928 uint16_t bd_prod /* Producer of the RX BD ring */; member 7932 uint16_t bd_prod /* Producer of the RX BD ring */; 12706 uint16_t bd_prod; member 12710 uint16_t bd_prod; member
|