Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_int_api.h29 __le16 *sb_pi_array; /* ptr to "sb_virt->pi_array" */ member
H A Decore_int.c1744 sb_info->sb_pi_array = sb_virt->pi_array; in ecore_int_sb_init()
1900 *p_fw_cons = &p_sp_sb->sb_info.sb_pi_array[pi]; in ecore_int_register_cb()
/f-stack/dpdk/drivers/net/qede/
H A Dqede_rxtx.c806 fp->rxq->hw_cons_ptr = &fp->sb_info->sb_pi_array[RX_PI]; in qede_rx_queue_start()
864 txq->hw_cons_ptr = &fp->sb_info->sb_pi_array[TX_PI(0)]; in qede_tx_queue_start()