Searched refs:sb_index (Results 1 – 12 of 12) sorted by relevance
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_vfpf_if.h | 277 u8 sb_index; member 294 u8 sb_index; member
|
| H A D | ecore_sp_commands.c | 305 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 D | ecore_hsi_common.h | 868 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 D | ecore_hsi_eth.h | 1081 u8 sb_index /* index of the protocol index */; member 1209 u8 sb_index /* Status block protocol index */; member
|
| H A D | ecore_int.c | 867 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 D | ecore_vf.c | 864 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 D | ecore_l2.c | 939 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 D | ecore_sriov.c | 2417 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 D | bnx2x_vfpf.h | 178 uint8_t sb_index; /* Index in the SB */ member
|
| H A D | bnx2x_vfpf.c | 481 txq_init->sb_index = HC_INDEX_ETH_TX_CQ_CONS_COS0; in bnx2x_vf_tx_q_prep()
|
| H A D | bnx2x.c | 499 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 D | bnx2x.h | 1836 uint8_t sb_index, uint8_t disable,
|