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

/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c9449 struct hc_status_block_data_e1x sb_data_e1x; local
9461 memset(&sb_data_e1x, 0, sizeof(struct hc_status_block_data_e1x));
9462 sb_data_e1x.common.state = SB_DISABLED;
9463 sb_data_e1x.common.p_func.vf_valid = FALSE;
9464 sb_data_p = (uint32_t *)&sb_data_e1x;
9567 struct hc_status_block_data_e1x sb_data_e1x; local
9597 memset(&sb_data_e1x, 0, sizeof(struct hc_status_block_data_e1x));
9598 sb_data_e1x.common.state = SB_ENABLED;
9599 sb_data_e1x.common.p_func.pf_id = SC_FUNC(sc);
9600 sb_data_e1x
[all...]

Completed in 187 milliseconds