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

/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c9448 struct hc_status_block_data_e2 sb_data_e2; local
9454 memset(&sb_data_e2, 0, sizeof(struct hc_status_block_data_e2));
9455 sb_data_e2.common.state = SB_DISABLED;
9456 sb_data_e2.common.p_func.vf_valid = FALSE;
9457 sb_data_p = (uint32_t *)&sb_data_e2;
9566 struct hc_status_block_data_e2 sb_data_e2; local
9582 memset(&sb_data_e2, 0, sizeof(struct hc_status_block_data_e2));
9583 sb_data_e2.common.state = SB_ENABLED;
9584 sb_data_e2.common.p_func.pf_id = SC_FUNC(sc);
9585 sb_data_e2
[all...]

Completed in 169 milliseconds