Home
last modified time | relevance | path

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

/drivers/scsi/bnx2i/
Dbnx2i_sysfs.c97 return sprintf(buf, "0x%x\n", hba->num_ccell); in bnx2i_show_ccell_info()
122 hba->num_ccell = val; in bnx2i_set_ccell_info()
136 static DEVICE_ATTR(num_ccell, S_IRUGO | S_IWUSR,
Dbnx2i.h431 u32 num_ccell; member
Dbnx2i_hwi.c1286 hba->num_ccell = hba->max_sqes >> 1; in bnx2i_send_fw_iscsi_init_msg()
1288 ((hba->num_ccell & 0xFFFF) | (hba->max_sqes << 16)); in bnx2i_send_fw_iscsi_init_msg()
1289 iscsi_init.num_ccells_per_conn = hba->num_ccell; in bnx2i_send_fw_iscsi_init_msg()
Dbnx2i_iscsi.c862 hba->num_ccell = hba->max_sqes / 2; in bnx2i_alloc_hba()