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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/be2iscsi/
H A Dbe_main.h54 #define BE2_MAX_SESSIONS 256 macro
311 struct beiscsi_conn *conn_table[BE2_MAX_SESSIONS * 2];
553 struct hwi_async_entry async_entry[BE2_MAX_SESSIONS * 2];
817 struct hwi_wrb_context wrb_context[BE2_MAX_SESSIONS * 2];
854 struct be_queue_info be_wrbq[BE2_MAX_SESSIONS];
H A Dbe_mgmt.c122 if (phba->fw_config.iscsi_cid_count > (BE2_MAX_SESSIONS / 2)) {
127 BE2_MAX_SESSIONS);
128 phba->fw_config.iscsi_cid_count = BE2_MAX_SESSIONS / 2;
H A Dbe_main.c471 shost->max_id = BE2_MAX_SESSIONS;

Completed in 141 milliseconds