Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c4754 struct hc_status_block_data_e1x sb_data_e1x; in bnx2x_zero_fp_sb() local
4766 memset(&sb_data_e1x, 0, in bnx2x_zero_fp_sb()
4768 sb_data_e1x.common.state = SB_DISABLED; in bnx2x_zero_fp_sb()
4769 sb_data_e1x.common.p_func.vf_valid = FALSE; in bnx2x_zero_fp_sb()
4770 sb_data_p = (uint32_t *) & sb_data_e1x; in bnx2x_zero_fp_sb()
4867 struct hc_status_block_data_e1x sb_data_e1x; in bnx2x_init_sb() local
4897 memset(&sb_data_e1x, 0, in bnx2x_init_sb()
4899 sb_data_e1x.common.state = SB_ENABLED; in bnx2x_init_sb()
4901 sb_data_e1x.common.p_func.vf_id = 0xff; in bnx2x_init_sb()
4904 sb_data_e1x.common.same_igu_sb_1b = TRUE; in bnx2x_init_sb()
[all …]