/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_int.h | 104 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 D | ecore_vf.h | 248 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 D | ecore_int_api.h | 262 u16 sb_id); 290 u16 sb_id); 362 u16 sb_id, bool b_to_vf);
|
H A D | ecore_int.c | 1656 u16 ecore_get_igu_sb_id(struct ecore_hwfn *p_hwfn, u16 sb_id) in ecore_get_igu_sb_id() argument 1661 if (sb_id == ECORE_SP_SB_ID) in ecore_get_igu_sb_id() 1664 igu_sb_id = ecore_get_pf_igu_sb_id(p_hwfn, sb_id + 1); in ecore_get_igu_sb_id() 1666 igu_sb_id = ecore_vf_get_igu_sb_id(p_hwfn, 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() 1677 "SB [%04x] <--> IGU SB [%04x]\n", sb_id, igu_sb_id); in ecore_get_igu_sb_id() 1687 u16 sb_id) in ecore_int_sb_init() argument 1692 sb_info->igu_sb_id = ecore_get_igu_sb_id(p_hwfn, sb_id); in ecore_int_sb_init() 1698 if (sb_id != ECORE_SP_SB_ID) { in ecore_int_sb_init() [all …]
|
H A D | ecore_vf.c | 1685 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 D | ecore_sriov.c | 2133 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 D | qlnx_def.h | 693 u16 sb_id);
|
H A D | ecore_hsi_common.h | 305 __le16 sb_id /* Status block ID */; member 403 __le16 sb_id /* Status block ID */; member
|
H A D | ecore_rdma.c | 805 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 D | ecore_hsi_eth.h | 1509 __le16 sb_id /* Status block ID */; member 1605 __le16 sb_id /* Status block ID */; member
|
H A D | ecore_ll2.c | 852 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 D | ecore_l2.c | 955 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 D | qlnx_os.c | 5899 void *sb_virt_addr, bus_addr_t sb_phy_addr, u16 sb_id) in qlnx_sb_init() argument 5905 hwfn_index = sb_id % cdev->num_hwfns; in qlnx_sb_init() 5907 rel_sb_id = sb_id / cdev->num_hwfns; in qlnx_sb_init() 5912 hwfn_index, p_hwfn, sb_id, rel_sb_id, sb_info, in qlnx_sb_init() 5923 qlnx_alloc_mem_sb(qlnx_host_t *ha, struct ecore_sb_info *sb_info, u16 sb_id) in qlnx_alloc_mem_sb() argument 5941 rc = qlnx_sb_init(cdev, sb_info, sb_virt, sb_phys, sb_id); in qlnx_alloc_mem_sb()
|
/freebsd/sys/dev/bxe/ |
H A D | ecore_hsi.h | 9388 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 D | bxe.c | 10217 eq_data.sb_id = DEF_SB_ID; in bxe_pf_init()
|