Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c4758 struct hc_status_block_data_e1x sb_data_e1x; in bnx2x_zero_fp_sb() local
4770 memset(&sb_data_e1x, 0, in bnx2x_zero_fp_sb()
4772 sb_data_e1x.common.state = SB_DISABLED; in bnx2x_zero_fp_sb()
4773 sb_data_e1x.common.p_func.vf_valid = FALSE; in bnx2x_zero_fp_sb()
4774 sb_data_p = (uint32_t *) & sb_data_e1x; in bnx2x_zero_fp_sb()
4871 struct hc_status_block_data_e1x sb_data_e1x; in bnx2x_init_sb() local
4901 memset(&sb_data_e1x, 0, in bnx2x_init_sb()
4903 sb_data_e1x.common.state = SB_ENABLED; in bnx2x_init_sb()
4905 sb_data_e1x.common.p_func.vf_id = 0xff; in bnx2x_init_sb()
4908 sb_data_e1x.common.same_igu_sb_1b = TRUE; in bnx2x_init_sb()
[all …]