Home
last modified time | relevance | path

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

/freebsd/sys/dev/bxe/
H A Dbxe.c9387 struct hc_status_block_data_e2 sb_data_e2; in bxe_zero_fp_sb() local
9393 memset(&sb_data_e2, 0, sizeof(struct hc_status_block_data_e2)); in bxe_zero_fp_sb()
9394 sb_data_e2.common.state = SB_DISABLED; in bxe_zero_fp_sb()
9395 sb_data_e2.common.p_func.vf_valid = FALSE; in bxe_zero_fp_sb()
9396 sb_data_p = (uint32_t *)&sb_data_e2; in bxe_zero_fp_sb()
9505 struct hc_status_block_data_e2 sb_data_e2; in bxe_init_sb() local
9521 memset(&sb_data_e2, 0, sizeof(struct hc_status_block_data_e2)); in bxe_init_sb()
9522 sb_data_e2.common.state = SB_ENABLED; in bxe_init_sb()
9523 sb_data_e2.common.p_func.pf_id = SC_FUNC(sc); in bxe_init_sb()
9524 sb_data_e2.common.p_func.vf_id = vfid; in bxe_init_sb()
[all …]