Home
last modified time | relevance | path

Searched refs:BE2_MAX_SESSIONS (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/scsi/be2iscsi/
Dbe_main.h53 #define BE2_MAX_SESSIONS 256 macro
313 struct beiscsi_conn *conn_table[BE2_MAX_SESSIONS * 2];
555 struct hwi_async_entry async_entry[BE2_MAX_SESSIONS * 2];
819 struct hwi_wrb_context wrb_context[BE2_MAX_SESSIONS * 2];
856 struct be_queue_info be_wrbq[BE2_MAX_SESSIONS];
Dbe_mgmt.c121 if (phba->fw_config.iscsi_cid_count > (BE2_MAX_SESSIONS / 2)) { in mgmt_get_fw_config()
126 BE2_MAX_SESSIONS); in mgmt_get_fw_config()
127 phba->fw_config.iscsi_cid_count = BE2_MAX_SESSIONS / 2; in mgmt_get_fw_config()
Dbe_main.c428 shost->max_id = BE2_MAX_SESSIONS; in beiscsi_hba_alloc()