Lines Matching refs:sb_data_e1x
816 struct hc_status_block_data_e1x sb_data_e1x; in bnx2x_panic_dump() local
819 sb_data_e1x.common.state_machine : in bnx2x_panic_dump()
823 sb_data_e1x.index_data : in bnx2x_panic_dump()
875 (u32 *)&sb_data_e1x : in bnx2x_panic_dump()
893 sb_data_e1x.common.p_func.pf_id, in bnx2x_panic_dump()
894 sb_data_e1x.common.p_func.vf_id, in bnx2x_panic_dump()
895 sb_data_e1x.common.p_func.vf_valid, in bnx2x_panic_dump()
896 sb_data_e1x.common.p_func.vnic_id, in bnx2x_panic_dump()
897 sb_data_e1x.common.same_igu_sb_1b, in bnx2x_panic_dump()
898 sb_data_e1x.common.state); in bnx2x_panic_dump()
4904 struct hc_status_block_data_e1x sb_data_e1x; in bnx2x_zero_fp_sb() local
4914 memset(&sb_data_e1x, 0, in bnx2x_zero_fp_sb()
4916 sb_data_e1x.common.state = SB_DISABLED; in bnx2x_zero_fp_sb()
4917 sb_data_e1x.common.p_func.vf_valid = false; in bnx2x_zero_fp_sb()
4918 sb_data_p = (u32 *)&sb_data_e1x; in bnx2x_zero_fp_sb()
5012 struct hc_status_block_data_e1x sb_data_e1x; in bnx2x_init_sb() local
5039 memset(&sb_data_e1x, 0, in bnx2x_init_sb()
5041 sb_data_e1x.common.state = SB_ENABLED; in bnx2x_init_sb()
5042 sb_data_e1x.common.p_func.pf_id = BP_FUNC(bp); in bnx2x_init_sb()
5043 sb_data_e1x.common.p_func.vf_id = 0xff; in bnx2x_init_sb()
5044 sb_data_e1x.common.p_func.vf_valid = false; in bnx2x_init_sb()
5045 sb_data_e1x.common.p_func.vnic_id = BP_VN(bp); in bnx2x_init_sb()
5046 sb_data_e1x.common.same_igu_sb_1b = true; in bnx2x_init_sb()
5047 sb_data_e1x.common.host_sb_addr.hi = U64_HI(mapping); in bnx2x_init_sb()
5048 sb_data_e1x.common.host_sb_addr.lo = U64_LO(mapping); in bnx2x_init_sb()
5049 hc_sm_p = sb_data_e1x.common.state_machine; in bnx2x_init_sb()
5050 sb_data_p = (u32 *)&sb_data_e1x; in bnx2x_init_sb()
5052 bnx2x_map_sb_state_machines(sb_data_e1x.index_data); in bnx2x_init_sb()