Lines Matching refs:hba
41 struct bnx2i_hba *hba = bnx2i_dev_to_hba(dev); in bnx2i_show_sq_info() local
43 return sprintf(buf, "0x%x\n", hba->max_sqes); in bnx2i_show_sq_info()
61 struct bnx2i_hba *hba = bnx2i_dev_to_hba(dev); in bnx2i_set_sq_info() local
65 if (hba->ofld_conns_active) in bnx2i_set_sq_info()
68 if (test_bit(BNX2I_NX2_DEV_57710, &hba->cnic_dev_type)) in bnx2i_set_sq_info()
76 hba->max_sqes = val; in bnx2i_set_sq_info()
97 struct bnx2i_hba *hba = bnx2i_dev_to_hba(dev); in bnx2i_show_ccell_info() local
99 return sprintf(buf, "0x%x\n", hba->num_ccell); in bnx2i_show_ccell_info()
116 struct bnx2i_hba *hba = bnx2i_dev_to_hba(dev); in bnx2i_set_ccell_info() local
118 if (hba->ofld_conns_active) in bnx2i_set_ccell_info()
124 hba->num_ccell = val; in bnx2i_set_ccell_info()