Home
last modified time | relevance | path

Searched refs:sb_id (Results 1 – 16 of 16) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_int.h104 u16 ecore_get_igu_sb_id(struct ecore_hwfn *p_hwfn, u16 sb_id);
201 u16 sb_id,
278 u8 timer_res, u16 sb_id, bool tx);
H A Decore_vf.h248 u16 sb_id);
258 u16 sb_id, struct ecore_sb_info *p_sb);
353 …16 ecore_vf_get_igu_sb_id(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED sb_id) {return 0;} in ecore_vf_get_igu_sb_id() argument
354 …ore_vf_set_sb_info(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED sb_id, struct ecore_sb_i… in ecore_vf_set_sb_info() argument
H A Decore_int_api.h262 u16 sb_id);
290 u16 sb_id);
362 u16 sb_id, bool b_to_vf);
H A Decore_int.c1661 if (sb_id == ECORE_SP_SB_ID) in ecore_get_igu_sb_id()
1671 sb_id); in ecore_get_igu_sb_id()
1672 else if (sb_id == ECORE_SP_SB_ID) in ecore_get_igu_sb_id()
1687 u16 sb_id) in ecore_int_sb_init() argument
1698 if (sb_id != ECORE_SP_SB_ID) { in ecore_int_sb_init()
1743 u16 sb_id) in ecore_int_sb_release() argument
2381 u16 sb_id, bool b_to_vf) in ecore_int_igu_relocate_sb() argument
2391 if (sb_id == ECORE_SP_SB_ID) in ecore_int_igu_relocate_sb()
2477 p_block->vector_number = sb_id + 1; in ecore_int_igu_relocate_sb()
2633 u8 timer_res, u16 sb_id, bool tx) in ecore_int_set_timer_res() argument
[all …]
H A Decore_vf.c1685 u16 sb_id) in ecore_vf_get_igu_sb_id() argument
1694 return p_iov->acquire_resp.resc.hw_sbs[sb_id].hw_sb_id; in ecore_vf_get_igu_sb_id()
1698 u16 sb_id, struct ecore_sb_info *p_sb) in ecore_vf_set_sb_info() argument
1707 if (sb_id >= PFVF_MAX_SBS_PER_VF) { in ecore_vf_set_sb_info()
1708 DP_NOTICE(p_hwfn, true, "Can't configure SB %04x\n", sb_id); in ecore_vf_set_sb_info()
1712 p_iov->sbs_info[sb_id] = p_sb; in ecore_vf_set_sb_info()
H A Decore_sriov.c2133 int sb_id; in ecore_iov_vf_mbx_start_vport() local
2150 for (sb_id = 0; sb_id < vf->num_sbs; sb_id++) { in ecore_iov_vf_mbx_start_vport()
2151 if (!start->sb_addr[sb_id]) { in ecore_iov_vf_mbx_start_vport()
2154 vf->relative_vf_id, sb_id); in ecore_iov_vf_mbx_start_vport()
2159 start->sb_addr[sb_id], in ecore_iov_vf_mbx_start_vport()
2160 vf->igu_sbs[sb_id], in ecore_iov_vf_mbx_start_vport()
H A Dqlnx_def.h693 u16 sb_id);
H A Decore_hsi_common.h305 __le16 sb_id /* Status block ID */; member
403 __le16 sb_id /* Status block ID */; member
H A Decore_rdma.c805 u16 igu_sb_id, sb_id; in ecore_rdma_start_fw() local
868 sb_id = (u16)OSAL_GET_RDMA_SB_ID(p_hwfn, cnq_id); in ecore_rdma_start_fw()
869 igu_sb_id = ecore_get_igu_sb_id(p_hwfn, sb_id); in ecore_rdma_start_fw()
H A Decore_hsi_eth.h1509 __le16 sb_id /* Status block ID */; member
1605 __le16 sb_id /* Status block ID */; member
H A Decore_ll2.c852 p_ramrod->sb_id = OSAL_CPU_TO_LE16(ecore_int_get_sp_sb_id(p_hwfn)); in ecore_sp_ll2_rx_queue_start()
924 p_ramrod->sb_id = OSAL_CPU_TO_LE16(ecore_int_get_sp_sb_id(p_hwfn)); in ecore_sp_ll2_tx_queue_start()
H A Decore_l2.c955 p_ramrod->sb_id = OSAL_CPU_TO_LE16(p_cid->sb_igu_id); in ecore_eth_rxq_start_ramrod()
1235 p_ramrod->sb_id = OSAL_CPU_TO_LE16(p_cid->sb_igu_id); in ecore_eth_txq_start_ramrod()
H A Dqlnx_os.c5901 void *sb_virt_addr, bus_addr_t sb_phy_addr, u16 sb_id) in qlnx_sb_init() argument
5907 hwfn_index = sb_id % cdev->num_hwfns; in qlnx_sb_init()
5909 rel_sb_id = sb_id / cdev->num_hwfns; in qlnx_sb_init()
5914 hwfn_index, p_hwfn, sb_id, rel_sb_id, sb_info, in qlnx_sb_init()
5925 qlnx_alloc_mem_sb(qlnx_host_t *ha, struct ecore_sb_info *sb_info, u16 sb_id) in qlnx_alloc_mem_sb() argument
5943 rc = qlnx_sb_init(cdev, sb_info, sb_virt, sb_phys, sb_id); in qlnx_alloc_mem_sb()
/freebsd/sys/dev/bxe/
H A Dbxe.h2324 uint8_t sb_id, in bxe_hc_ack_sb() argument
2336 ((sb_id << IGU_ACK_REGISTER_STATUS_BLOCK_ID_SHIFT) | in bxe_hc_ack_sb()
H A Decore_hsi.h9388 uint8_t sb_id /* Status block id (EQ consumer) */; member
11588 uint8_t sb_id /* status block ID */; member
11592 uint8_t sb_id /* status block ID */; member
H A Dbxe.c10226 eq_data.sb_id = DEF_SB_ID; in bxe_pf_init()