Searched refs:cmd_sn (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi_io.c | 116 static void iscsi_flush_cmd_after_reset(uint32_t cmd_sn, uint16_t lun_num, 657 uint32_t cmd_sn = 0; in iscsi_rx_process_cmd_rsp() local 762 cmd_sn = icmdp->cmd_sn; in iscsi_rx_process_cmd_rsp() 769 iscsi_flush_cmd_after_reset(cmd_sn, lun_num, icp); in iscsi_rx_process_cmd_rsp() 1914 icmdp->cmd_sn = isp->sess_cmdsn; in iscsi_tx_init_hdr() 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() [all …]
|
H A D | iscsi.h | 522 uint32_t cmd_sn; member
|
/titanic_44/usr/src/lib/udapl/udapl_tavor/tavor/ |
H A D | dapl_hermon_hw.c | 108 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 D | dapl_arbel_hw.c | 108 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()
|
/titanic_44/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_cq.c | 1199 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()
|
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/ |
H A D | 5710_hsi.h | 6472 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
|
/titanic_44/usr/src/uts/common/sys/ib/adapters/hermon/ |
H A D | hermon_hw.h | 4205 uint32_t cmd_sn :2; member 4282 uint32_t cmd_sn :2; member
|