Searched refs:igu_sb_id (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_int.c1491 u16 igu_sb_id, u32 pi_index,
1501 sb_offset = igu_sb_id * PIS_PER_SB_E4;
1528 _ecore_int_cau_conf_pi(p_hwfn, p_ptt, p_sb->igu_sb_id,
1534 dma_addr_t sb_phys, u16 igu_sb_id,
1548 igu_sb_id * sizeof(u64), 2,
1552 igu_sb_id * sizeof(u64), 2,
1557 CAU_REG_SB_ADDR_MEMORY_RT_OFFSET+igu_sb_id*2,
1561 CAU_REG_SB_VAR_MEMORY_RT_OFFSET+igu_sb_id*2,
1583 _ecore_int_cau_conf_pi(p_hwfn, p_ptt, igu_sb_id, RX_PI,
1596 igu_sb_id, TX_P
1489 _ecore_int_cau_conf_pi(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u16 igu_sb_id, u32 pi_index, enum ecore_coalescing_fsm coalescing_fsm, u8 timeset) argument
1532 ecore_int_cau_conf_sb(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, dma_addr_t sb_phys, u16 igu_sb_id, u16 vf_number, u8 vf_valid) argument
1661 u16 igu_sb_id; local
1973 ecore_int_igu_cleanup_sb(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u16 igu_sb_id, bool cleanup_set, u16 opaque_fid) argument
2030 ecore_int_igu_init_pure_rt_single(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u16 igu_sb_id, u16 opaque, bool b_set) argument
2080 u16 igu_sb_id = 0; local
2118 u16 igu_sb_id; local
2272 ecore_int_igu_read_cam_block(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u16 igu_sb_id) argument
2297 u16 igu_sb_id; local
2389 u16 igu_sb_id = 0, vf_num = 0; local
[all...]
H A Decore_int.h61 u16 igu_sb_id; member in struct:ecore_igu_block
214 * @param igu_sb_id
221 u16 igu_sb_id,
H A Decore_int_api.h56 u16 igu_sb_id; member in struct:ecore_sb_info
H A Decore_sriov.c1002 vf->igu_sbs[qid] = p_block->igu_sb_id;
1008 sizeof(u32) * p_block->igu_sb_id, val);
1018 p_block->igu_sb_id * sizeof(u64), 2,
2382 sb_dummy.igu_sb_id = req->hw_sb;
2656 sb_dummy.igu_sb_id = req->hw_sb;
H A Decore_dev.c2880 int i, igu_sb_id; local
2890 for (igu_sb_id = 0;
2891 igu_sb_id < ECORE_MAPPING_MEMORY_SIZE(p_dev);
2892 igu_sb_id++) {
2893 p_block = &p_igu_info->entry[igu_sb_id];
2901 STORE_RT_REG_AGG(p_hwfn, offset + igu_sb_id * 2,
H A Decore_l2.c252 p_cid->sb_igu_id = p_params->p_sb->igu_sb_id;
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.h629 uint8_t igu_sb_id; /* status block number in HW */ member in struct:bxe_fastpath
2196 void bxe_igu_ack_sb(struct bxe_softc *sc, uint8_t igu_sb_id,
2366 uint8_t igu_sb_id,
2420 uint8_t igu_sb_id,
2427 bxe_hc_ack_sb(sc, igu_sb_id, storm, index, op, update);
2432 } else if (igu_sb_id != sc->igu_dsb_id) {
2439 bxe_igu_ack_sb(sc, igu_sb_id, segment, index, op, update);
2365 bxe_igu_ack_sb_gen(struct bxe_softc *sc, uint8_t igu_sb_id, uint8_t segment, uint16_t index, uint8_t op, uint8_t update, uint32_t igu_addr) argument
2419 bxe_ack_sb(struct bxe_softc *sc, uint8_t igu_sb_id, uint8_t storm, uint16_t index, uint8_t op, uint8_t update) argument
H A Dbxe.c8773 bxe_ack_sb(sc, fp->igu_sb_id, USTORM_ID,
8814 bxe_ack_sb(sc, fp->igu_sb_id, USTORM_ID,
8859 bxe_ack_sb(sc, fp->igu_sb_id, USTORM_ID, 0, IGU_INT_DISABLE, 0);
8906 curcpu, fp->index, fp->fw_sb_id, fp->igu_sb_id);
8909 bxe_ack_sb(sc, fp->igu_sb_id, USTORM_ID, 0, IGU_INT_DISABLE, 0);
9518 int igu_sb_id,
9521 hc_sm->igu_sb_id = igu_sb_id;
9564 int igu_sb_id)
9613 bxe_setup_ndsb_state_machine(&hc_sm_p[SM_RX_ID], igu_sb_id, igu_seg_i
9517 bxe_setup_ndsb_state_machine(struct hc_status_block_sm *hc_sm, int igu_sb_id, int igu_seg_id) argument
9559 bxe_init_sb(struct bxe_softc *sc, bus_addr_t busaddr, int vfid, uint8_t vf_valid, int fw_sb_id, int igu_sb_id) argument
13993 int igu_sb_id; local
16608 bxe_igu_ack_sb(struct bxe_softc *sc, uint8_t igu_sb_id, uint8_t segment, uint16_t index, uint8_t op, uint8_t update) argument
[all...]
H A Decore_hsi.h11838 uint8_t igu_sb_id /* sb_id within the IGU */; member in struct:hc_status_block_sm
11844 uint8_t igu_sb_id /* sb_id within the IGU */;
11911 uint8_t igu_sb_id /* sb_id within the IGU */; member in struct:hc_sp_status_block_data
11913 uint8_t igu_sb_id /* sb_id within the IGU */; member in struct:hc_sp_status_block_data

Completed in 407 milliseconds