Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/libfc/
Dfc_fcp.c270 if (!fsp->seq_ptr) in fc_fcp_send_abort()
277 rc = fc_seq_exch_abort(fsp->seq_ptr, 0); in fc_fcp_send_abort()
300 if (fsp->seq_ptr) { in fc_fcp_retry_cmd()
301 fc_exch_done(fsp->seq_ptr); in fc_fcp_retry_cmd()
302 fsp->seq_ptr = NULL; in fc_fcp_retry_cmd()
1010 seq = fsp->seq_ptr; in fc_fcp_complete_locked()
1012 fsp->seq_ptr = NULL; in fc_fcp_complete_locked()
1047 if (fsp->seq_ptr) { in fc_fcp_cleanup_cmd()
1048 fc_exch_done(fsp->seq_ptr); in fc_fcp_cleanup_cmd()
1049 fsp->seq_ptr = NULL; in fc_fcp_cleanup_cmd()
[all …]
Dfc_libfc.h58 if ((pkt)->seq_ptr) { \
60 _ep = fc_seq_exch((pkt)->seq_ptr); \
/Linux-v5.4/drivers/target/iscsi/
Discsi_target_erl0.c101 cmd->seq_ptr = seq; in iscsit_dataout_within_command_recovery_check()
251 cmd->seq_ptr = seq; in iscsit_dataout_check_sequence()
355 struct iscsi_seq *seq = cmd->seq_ptr; in iscsit_dataout_check_datasn()
413 struct iscsi_seq *seq = cmd->seq_ptr; in iscsit_dataout_pre_datapduinorder_yes()
564 seq = cmd->seq_ptr; in iscsit_dataout_post_crc_passed()
600 seq = cmd->seq_ptr; in iscsit_dataout_post_crc_passed()
Discsi_target_erl1.c605 struct iscsi_seq *seq = cmd->seq_ptr; in iscsit_dataout_datapduinorder_no_fbit()
/Linux-v5.4/drivers/net/dsa/mv88e6xxx/
Dhwtstamp.c506 __be16 *seq_ptr; in mv88e6xxx_port_txtstamp() local
516 seq_ptr = (__be16 *)(hdr + OFF_PTP_SEQUENCE_ID); in mv88e6xxx_port_txtstamp()
524 ps->tx_seq_id = be16_to_cpup(seq_ptr); in mv88e6xxx_port_txtstamp()
/Linux-v5.4/include/scsi/
Dlibfc.h343 struct fc_seq *seq_ptr; member
/Linux-v5.4/include/target/iscsi/
Discsi_target_core.h487 struct iscsi_seq *seq_ptr; member
/Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ethtool.c3022 __le16 *seq_ptr = msg + info->seq_off; in bnxt_hwrm_dbg_dma_data() local
3040 *seq_ptr = cpu_to_le16(seq); in bnxt_hwrm_dbg_dma_data()