Home
last modified time | relevance | path

Searched refs:igu_dsb_id (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/dev/bxe/
HDbxe.c9054 bxe_ack_sb(sc, sc->igu_dsb_id, USTORM_ID, in bxe_handle_sp_tq()
9065 bxe_ack_sb(sc, sc->igu_dsb_id, ATTENTION_ID, in bxe_handle_sp_tq()
9241 bxe_ack_sb(sc, sc->igu_dsb_id, USTORM_ID, 0, IGU_INT_DISABLE, 0); in bxe_intr_legacy()
9263 bxe_ack_sb(sc, sc->igu_dsb_id, USTORM_ID, 0, IGU_INT_DISABLE, 0); in bxe_intr_sp()
10256 igu_sp_sb_index = sc->igu_dsb_id; in bxe_init_def_sb()
10321 bxe_ack_sb(sc, sc->igu_dsb_id, USTORM_ID, 0, IGU_INT_ENABLE, 0); in bxe_init_def_sb()
14283 sc->igu_dsb_id = (E1HVN_MAX * FP_SB_MAX_E1x + in bxe_get_igu_cam_info()
14303 sc->igu_dsb_id = igu_sb_id; in bxe_get_igu_cam_info()
14502 sc->igu_dsb_id = DEF_SB_IGU_ID; in bxe_get_device_info()
14567 sc->igu_dsb_id, sc->igu_base_sb, in bxe_get_device_info()
[all …]
HDbxe.h1618 uint8_t igu_dsb_id; member
2426 } else if (igu_sb_id != sc->igu_dsb_id) { in bxe_ack_sb()