Home
last modified time | relevance | path

Searched refs:sb_index (Results 1 – 12 of 12) sorted by relevance

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_vfpf_if.h277 u8 sb_index; member
294 u8 sb_index; member
H A Decore_sp_commands.c305 u8 sb_index = p_hwfn->p_eq->eq_sb_index; in ecore_sp_pf_start() local
331 p_ramrod->event_ring_sb_index = sb_index; in ecore_sp_pf_start()
409 sb, sb_index, p_ramrod->outer_tag_config.outer_tag.tpid, in ecore_sp_pf_start()
H A Decore_hsi_common.h868 u8 sb_index /* Status block index */; member
1015 u8 sb_index /* Status block protocol index */; member
1958 __le16 sb_index /* status block running index */; member
H A Decore_hsi_eth.h1081 u8 sb_index /* index of the protocol index */; member
1209 u8 sb_index /* Status block protocol index */; member
H A Decore_int.c867 index = OSAL_LE16_TO_CPU(p_sb_desc->sb_attn->sb_index); in ecore_attn_update_idx()
1217 index = OSAL_LE16_TO_CPU(p_sb_attn->sb_index); in ecore_int_attentions()
1220 } while (index != OSAL_LE16_TO_CPU(p_sb_attn->sb_index)); in ecore_int_attentions()
1221 p_sb_attn->sb_index = index; in ecore_int_attentions()
H A Decore_vf.c864 req->sb_index = p_cid->sb_idx; in ecore_vf_pf_rxq_start()
985 req->sb_index = p_cid->sb_idx; in ecore_vf_pf_txq_start()
H A Decore_l2.c939 p_ramrod->sb_index = p_cid->sb_idx; in ecore_eth_rxq_start_ramrod()
1175 p_ramrod->sb_index = p_cid->sb_idx; in ecore_eth_txq_start_ramrod()
H A Decore_sriov.c2417 params.sb_idx = req->sb_index; in ecore_iov_vf_mbx_start_rxq()
2693 params.sb_idx = req->sb_index; in ecore_iov_vf_mbx_start_txq()
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x_vfpf.h178 uint8_t sb_index; /* Index in the SB */ member
H A Dbnx2x_vfpf.c481 txq_init->sb_index = HC_INDEX_ETH_TX_CQ_CONS_COS0; in bnx2x_vf_tx_q_prep()
H A Dbnx2x.c499 uint8_t sb_index, uint8_t ticks) in bnx2x_storm_memset_hc_timeout() argument
503 CSTORM_STATUS_BLOCK_DATA_TIMEOUT_OFFSET(fw_sb_id, sb_index)); in bnx2x_storm_memset_hc_timeout()
510 uint8_t sb_index, uint8_t disable) in bnx2x_storm_memset_hc_disable() argument
516 CSTORM_STATUS_BLOCK_DATA_FLAGS_OFFSET(fw_sb_id, sb_index)); in bnx2x_storm_memset_hc_disable()
528 uint8_t sb_index, uint8_t disable, uint16_t usec) in bnx2x_update_coalesce_sb_index() argument
532 bnx2x_storm_memset_hc_timeout(sc, fw_sb_id, sb_index, ticks); in bnx2x_update_coalesce_sb_index()
535 bnx2x_storm_memset_hc_disable(sc, fw_sb_id, sb_index, disable); in bnx2x_update_coalesce_sb_index()
H A Dbnx2x.h1836 uint8_t sb_index, uint8_t disable,