Searched refs:igu_dsb_id (Results 1 – 4 of 4) sorted by relevance
| /freebsd-head/sys/dev/qlnx/qlnxe/ |
| HD | ecore_int.c | 1662 igu_sb_id = p_hwfn->hw_info.p_igu_info->igu_dsb_id; in ecore_get_igu_sb_id() 2103 p_info->igu_dsb_id, in ecore_int_igu_init_pure_rt() 2179 for (igu_sb_id = p_info->igu_dsb_id; in ecore_int_igu_reset_cam() 2303 p_igu_info->igu_dsb_id = ECORE_SB_INVALID_IDX; in ecore_int_igu_read_cam() 2326 if (p_igu_info->igu_dsb_id != ECORE_SB_INVALID_IDX) in ecore_int_igu_read_cam() 2335 if (p_igu_info->igu_dsb_id != ECORE_SB_INVALID_IDX) in ecore_int_igu_read_cam() 2343 (p_igu_info->igu_dsb_id == ECORE_SB_INVALID_IDX)) { in ecore_int_igu_read_cam() 2344 p_igu_info->igu_dsb_id = igu_sb_id; in ecore_int_igu_read_cam() 2360 if (p_igu_info->igu_dsb_id == ECORE_SB_INVALID_IDX) { in ecore_int_igu_read_cam() 2363 p_igu_info->igu_dsb_id); in ecore_int_igu_read_cam() [all …]
|
| HD | ecore_int.h | 67 u16 igu_dsb_id; member
|
| /freebsd-head/sys/dev/bxe/ |
| HD | bxe.c | 8644 bxe_ack_sb(sc, sc->igu_dsb_id, USTORM_ID, in bxe_handle_sp_tq() 8655 bxe_ack_sb(sc, sc->igu_dsb_id, ATTENTION_ID, in bxe_handle_sp_tq() 8806 bxe_ack_sb(sc, sc->igu_dsb_id, USTORM_ID, 0, IGU_INT_DISABLE, 0); in bxe_intr_legacy() 8828 bxe_ack_sb(sc, sc->igu_dsb_id, USTORM_ID, 0, IGU_INT_DISABLE, 0); in bxe_intr_sp() 9791 igu_sp_sb_index = sc->igu_dsb_id; in bxe_init_def_sb() 9856 bxe_ack_sb(sc, sc->igu_dsb_id, USTORM_ID, 0, IGU_INT_ENABLE, 0); in bxe_init_def_sb() 13914 sc->igu_dsb_id = (E1HVN_MAX * FP_SB_MAX_E1x + in bxe_get_igu_cam_info() 13934 sc->igu_dsb_id = igu_sb_id; in bxe_get_igu_cam_info() 14133 sc->igu_dsb_id = DEF_SB_IGU_ID; in bxe_get_device_info() 14198 sc->igu_dsb_id, sc->igu_base_sb, in bxe_get_device_info() [all …]
|
| HD | bxe.h | 1532 uint8_t igu_dsb_id; member 2363 } else if (igu_sb_id != sc->igu_dsb_id) { in bxe_ack_sb()
|