Lines Matching refs:sb_data_e1x

973 		struct hc_status_block_data_e1x sb_data_e1x;  in bnx2x_panic_dump()  local
976 sb_data_e1x.common.state_machine : in bnx2x_panic_dump()
980 sb_data_e1x.index_data : in bnx2x_panic_dump()
1049 (u32 *)&sb_data_e1x : in bnx2x_panic_dump()
1067 sb_data_e1x.common.p_func.pf_id, in bnx2x_panic_dump()
1068 sb_data_e1x.common.p_func.vf_id, in bnx2x_panic_dump()
1069 sb_data_e1x.common.p_func.vf_valid, in bnx2x_panic_dump()
1070 sb_data_e1x.common.p_func.vnic_id, in bnx2x_panic_dump()
1071 sb_data_e1x.common.same_igu_sb_1b, in bnx2x_panic_dump()
1072 sb_data_e1x.common.state); in bnx2x_panic_dump()
5862 struct hc_status_block_data_e1x sb_data_e1x; in bnx2x_zero_fp_sb() local
5872 memset(&sb_data_e1x, 0, in bnx2x_zero_fp_sb()
5874 sb_data_e1x.common.state = SB_DISABLED; in bnx2x_zero_fp_sb()
5875 sb_data_e1x.common.p_func.vf_valid = false; in bnx2x_zero_fp_sb()
5876 sb_data_p = (u32 *)&sb_data_e1x; in bnx2x_zero_fp_sb()
5965 struct hc_status_block_data_e1x sb_data_e1x; in bnx2x_init_sb() local
5992 memset(&sb_data_e1x, 0, in bnx2x_init_sb()
5994 sb_data_e1x.common.state = SB_ENABLED; in bnx2x_init_sb()
5995 sb_data_e1x.common.p_func.pf_id = BP_FUNC(bp); in bnx2x_init_sb()
5996 sb_data_e1x.common.p_func.vf_id = 0xff; in bnx2x_init_sb()
5997 sb_data_e1x.common.p_func.vf_valid = false; in bnx2x_init_sb()
5998 sb_data_e1x.common.p_func.vnic_id = BP_VN(bp); in bnx2x_init_sb()
5999 sb_data_e1x.common.same_igu_sb_1b = true; in bnx2x_init_sb()
6000 sb_data_e1x.common.host_sb_addr.hi = U64_HI(mapping); in bnx2x_init_sb()
6001 sb_data_e1x.common.host_sb_addr.lo = U64_LO(mapping); in bnx2x_init_sb()
6002 hc_sm_p = sb_data_e1x.common.state_machine; in bnx2x_init_sb()
6003 sb_data_p = (u32 *)&sb_data_e1x; in bnx2x_init_sb()
6005 bnx2x_map_sb_state_machines(sb_data_e1x.index_data); in bnx2x_init_sb()