Home
last modified time | relevance | path

Searched refs:cmd_sn (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_io.c657 uint32_t cmd_sn = 0; in iscsi_rx_process_cmd_rsp() local
762 cmd_sn = icmdp->cmd_sn; in iscsi_rx_process_cmd_rsp()
2271 icmdp->cmd_sn = isp->sess_cmdsn; in iscsi_tx_nop()
2301 icmdp->cmd_sn = isp->sess_cmdsn; in iscsi_tx_abort()
2339 icmdp->cmd_sn = isp->sess_cmdsn; in iscsi_tx_reset()
2391 icmdp->cmd_sn = isp->sess_cmdsn; in iscsi_tx_logout()
2664 if (icmd.cmd_sn == t_icmdp->cmd_sn) { in iscsi_handle_reset()
2680 } else if ((icmd.cmd_sn > t_icmdp->cmd_sn) || in iscsi_handle_reset()
2681 ((t_icmdp->cmd_sn - icmd.cmd_sn) > in iscsi_handle_reset()
3619 ((cmd_sn > t_icmdp->cmd_sn) || in iscsi_flush_cmd_after_reset()
[all …]
H A Discsi.h522 uint32_t cmd_sn; member
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_hermon_hw.c108 uint32_t cmd_sn, uint32_t cq_param) in dapli_hermon_cq_doorbell() argument
113 doorbell = (cmd_sn | cq_cmd | cqn); in dapli_hermon_cq_doorbell()
992 uint32_t old_cmd, cmp, new, tmp, cmd_sn; in dapli_hermon_cq_notify() local
1004 cmd_sn = tmp & (0x3 << 28); in dapli_hermon_cq_notify()
1008 new = HTOBE_32(cmd_sn | HERMON_CQDB_NOTIFY_CQ | in dapli_hermon_cq_notify()
1015 cmd_sn, cq->cq_consindx); in dapli_hermon_cq_notify()
1020 new = HTOBE_32(cmd_sn | HERMON_CQDB_NOTIFY_CQ_SOLICIT | in dapli_hermon_cq_notify()
1027 cmd_sn, cq->cq_consindx); in dapli_hermon_cq_notify()
H A Ddapl_arbel_hw.c108 uint32_t cmd_sn, uint32_t cq_param) in dapli_arbel_cq_doorbell() argument
113 doorbell = (cmd_sn << 4) | cq_cmd; in dapli_arbel_cq_doorbell()
986 uint32_t old_cmd, cmp, new, tmp, cmd_sn; in dapli_arbel_cq_notify() local
999 cmd_sn = (tmp & 0x18) >> 3; in dapli_arbel_cq_notify()
1009 cmd_sn, cq->cq_consindx); in dapli_arbel_cq_notify()
1021 cmd_sn, cq->cq_consindx); in dapli_arbel_cq_notify()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/
H A Discsi_common.h214 __le32 cmd_sn /* CmdSn. [constant, initialized] */; member
351 __le32 cmd_sn /* CmdSn. [constant, initialized] */; member
386 __le32 cmd_sn /* CmdSn. [constant, initialized] */; member
404 __le32 cmd_sn /* CmdSn. [constant, initialized] */; member
501 __le32 cmd_sn /* CmdSN */; member
623 __le32 cmd_sn /* cmd_sn */; member
672 __le32 cmd_sn /* cmd_sn */; member
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cq.c1199 uint32_t old_cmd, cmp, new, tmp, cmd_sn; in hermon_cq_arm_doorbell() local
1215 cmd_sn = tmp & (0x3 << HERMON_CQDB_CMDSN_SHIFT); in hermon_cq_arm_doorbell()
1218 cmd_sn |= (HERMON_CQDB_NOTIFY_CQ << in hermon_cq_arm_doorbell()
1220 new = htonl(cmd_sn | (cq->cq_consindx & 0xFFFFFF)); in hermon_cq_arm_doorbell()
1225 &state->hs_uar->cq, (((uint64_t)cmd_sn | cq_num) << in hermon_cq_arm_doorbell()
1232 cmd_sn |= (HERMON_CQDB_NOTIFY_CQ_SOLICIT << in hermon_cq_arm_doorbell()
1234 new = htonl(cmd_sn | (cq->cq_consindx & 0xFFFFFF)); in hermon_cq_arm_doorbell()
1239 &state->hs_uar->cq, (((uint64_t)cmd_sn | cq_num) << in hermon_cq_arm_doorbell()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D5710_hsi.h6472 u32_t cmd_sn; member
7406 u32_t cmd_sn; member
7447 u32_t cmd_sn; member
7482 u32_t cmd_sn; member
7523 u32_t cmd_sn; member
7558 u32_t cmd_sn; member
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_hw.h4205 uint32_t cmd_sn :2; member
4282 uint32_t cmd_sn :2; member