Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/bxe/
H A Dbxe.c9412 struct hc_status_block_data_e2 sb_data_e2; in bxe_zero_fp_sb() local
9419 sb_data_e2.common.state = SB_DISABLED; in bxe_zero_fp_sb()
9420 sb_data_e2.common.p_func.vf_valid = FALSE; in bxe_zero_fp_sb()
9421 sb_data_p = (uint32_t *)&sb_data_e2; in bxe_zero_fp_sb()
9530 struct hc_status_block_data_e2 sb_data_e2; in bxe_init_sb() local
9547 sb_data_e2.common.state = SB_ENABLED; in bxe_init_sb()
9548 sb_data_e2.common.p_func.pf_id = SC_FUNC(sc); in bxe_init_sb()
9549 sb_data_e2.common.p_func.vf_id = vfid; in bxe_init_sb()
9552 sb_data_e2.common.same_igu_sb_1b = TRUE; in bxe_init_sb()
9555 hc_sm_p = sb_data_e2.common.state_machine; in bxe_init_sb()
[all …]