Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/
H A Dvfpf_if.h196 u8 sb_index; /* Index in the SB */ member
227 u8 sb_index; /* Index in the SB */ member
H A Dhw_channel.h280 u8 sb_index; /* Index in the SB */ member
308 u8 sb_index; /* Index in the SB */ member
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_vfpf_if.h293 u8 sb_index; member
310 u8 sb_index; member
H A Decore_sp_commands.c329 u8 sb_index = p_hwfn->p_eq->eq_sb_index; in ecore_sp_pf_start() local
355 p_ramrod->event_ring_sb_index = sb_index; in ecore_sp_pf_start()
425 sb, sb_index, p_ramrod->outer_tag); in ecore_sp_pf_start()
H A Decore_hsi_common.h836 u8 sb_index /* index of the protocol index */; member
936 u8 sb_index /* Status block protocol index */; member
1567 __le16 sb_index /* status block running index */; member
H A Decore_int.c706 index = OSAL_LE16_TO_CPU(p_sb_desc->sb_attn->sb_index); in ecore_attn_update_idx()
1069 index = OSAL_LE16_TO_CPU(p_sb_attn->sb_index); in ecore_int_attentions()
1072 } while (index != OSAL_LE16_TO_CPU(p_sb_attn->sb_index)); in ecore_int_attentions()
1073 p_sb_attn->sb_index = index; in ecore_int_attentions()
H A Decore_l2.c943 p_ramrod->sb_index = p_cid->sb_idx; in ecore_eth_rxq_start_ramrod()
1179 p_ramrod->sb_index = p_cid->sb_idx; in ecore_eth_txq_start_ramrod()
H A Decore_hsi_rdma.h71 u8 sb_index /* Status block index used by the queue */; member
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_sb.c868 void lm_int_hc_ack_sb(lm_device_t *pdev, u8_t rss_id, u8_t storm_id, u16_t sb_index, u8_t int_op, u… in lm_int_hc_ack_sb() argument
881 …() inside! rss_id:%d, sb_index:%d, func_num:%d is_update:%d\n", rss_id, sb_index, FUNC_ID(pdev), i… in lm_int_hc_ack_sb()
887 hc_data.status_block_index = sb_index; in lm_int_hc_ack_sb()
902 void lm_int_igu_ack_sb(lm_device_t *pdev, u8_t igu_sb_id, u8_t segment_access, u16_t sb_index, u8_t… in lm_int_igu_ack_sb() argument
909 DbgBreakIf(sb_index & ~IGU_REGULAR_SB_INDEX); in lm_int_igu_ack_sb()
920 ((sb_index << IGU_REGULAR_SB_INDEX_SHIFT) | in lm_int_igu_ack_sb()
H A Dlm_pf.c820 client_init_data_virt->rx.rx_sb_index_number = rxq_params->sb_index; in lm_pf_init_vf_client_init_data()
821 client_init_data_virt->tx.tx_sb_index_number = txq_params->sb_index; in lm_pf_init_vf_client_init_data()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/
H A Decore_hsi_common.h836 u8 sb_index /* index of the protocol index */; member
936 u8 sb_index /* Status block protocol index */; member
1567 __le16 sb_index /* status block running index */; member
H A Decore_hsi_eth.h1007 u8 sb_index /* index of the protocol index */; member
1103 u8 sb_index /* Status block protocol index */; member
H A Decore_hsi_rdma.h71 u8 sb_index /* Status block index used by the queue */; member
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/
H A Dlm_vf.c9 extern void lm_int_igu_ack_sb(lm_device_t *pdev, u8_t rss_id, u8_t storm_id, u16_t sb_index, u8_t i…
1910 mess->rxq.sb_index = LM_RCQ(pdev, vf_qid).hc_sb_info.hc_index_value; in lm_vf_pf_setup_q()
1929 mess->txq.sb_index = LM_TXQ(pdev, vf_qid).hc_sb_info.hc_index_value; in lm_vf_pf_setup_q()
1967 mess->rxq.sb_index = LM_RCQ(pdev, vf_qid).hc_sb_info.hc_index_value; in lm_vf_pf_setup_q()
1989 mess->txq.sb_index = LM_TXQ(pdev, vf_qid).hc_sb_info.hc_index_value; in lm_vf_pf_setup_q()