Searched refs:ISCSI_DEF_XMIT_CMDS_MAX (Results 1 – 5 of 5) sorted by relevance
26 #define ISCSI_DEF_XMIT_CMDS_MAX 128 /* from libiscsi.h, must be power of 2 */ macro28 #define ISERT_QP_MAX_RECV_DTOS (ISCSI_DEF_XMIT_CMDS_MAX)30 #define ISERT_MIN_POSTED_RX (ISCSI_DEF_XMIT_CMDS_MAX >> 2)34 #define ISERT_QP_MAX_REQ_DTOS (ISCSI_DEF_XMIT_CMDS_MAX * \
109 #if ISCSI_DEF_XMIT_CMDS_MAX > ISER_DEF_XMIT_CMDS_DEFAULT110 #define ISER_DEF_XMIT_CMDS_MAX ISCSI_DEF_XMIT_CMDS_MAX
50 #define ISCSI_DEF_XMIT_CMDS_MAX 128 /* must be power of 2 */ macro
956 .can_queue = ISCSI_DEF_XMIT_CMDS_MAX - 1,
2586 shost->can_queue = ISCSI_DEF_XMIT_CMDS_MAX; in iscsi_host_add()2737 total_cmds = ISCSI_DEF_XMIT_CMDS_MAX; in iscsi_session_setup()