Searched refs:ISCSI_DEF_XMIT_CMDS_MAX (Results 1 – 5 of 5) sorted by relevance
52 #define ISCSI_DEF_XMIT_CMDS_MAX 128 /* from libiscsi.h, must be power of 2 */ macro54 #define ISERT_QP_MAX_RECV_DTOS (ISCSI_DEF_XMIT_CMDS_MAX)56 #define ISERT_MIN_POSTED_RX (ISCSI_DEF_XMIT_CMDS_MAX >> 2)58 #define ISERT_QP_MAX_REQ_DTOS (ISCSI_DEF_XMIT_CMDS_MAX + \
128 attr.cap.max_rdma_ctxs = ISCSI_DEF_XMIT_CMDS_MAX * factor; in isert_create_qp()
106 #if ISCSI_DEF_XMIT_CMDS_MAX > ISER_DEF_XMIT_CMDS_DEFAULT107 #define ISER_DEF_XMIT_CMDS_MAX ISCSI_DEF_XMIT_CMDS_MAX
38 #define ISCSI_DEF_XMIT_CMDS_MAX 128 /* must be power of 2 */ macro
2717 total_cmds = ISCSI_DEF_XMIT_CMDS_MAX; in iscsi_host_get_max_scsi_cmds()2771 shost->can_queue = ISCSI_DEF_XMIT_CMDS_MAX; in iscsi_host_add()
Completed in 18 milliseconds