Lines Matching defs:hba
21 * Map device to hba structure
42 struct bnx2i_hba *hba = bnx2i_dev_to_hba(dev);
44 return sprintf(buf, "0x%x\n", hba->max_sqes);
63 struct bnx2i_hba *hba = bnx2i_dev_to_hba(dev);
67 if (hba->ofld_conns_active)
70 if (test_bit(BNX2I_NX2_DEV_57710, &hba->cnic_dev_type))
78 hba->max_sqes = val;
100 struct bnx2i_hba *hba = bnx2i_dev_to_hba(dev);
102 return sprintf(buf, "0x%x\n", hba->num_ccell);
120 struct bnx2i_hba *hba = bnx2i_dev_to_hba(dev);
122 if (hba->ofld_conns_active)
128 hba->num_ccell = val;