Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/libfc/
Dfc_fcp.c282 if (!fsp->seq_ptr) in fc_fcp_send_abort()
289 rc = fc_seq_exch_abort(fsp->seq_ptr, 0); in fc_fcp_send_abort()
312 if (fsp->seq_ptr) { in fc_fcp_retry_cmd()
313 fc_exch_done(fsp->seq_ptr); in fc_fcp_retry_cmd()
314 fsp->seq_ptr = NULL; in fc_fcp_retry_cmd()
1022 seq = fsp->seq_ptr; in fc_fcp_complete_locked()
1024 fsp->seq_ptr = NULL; in fc_fcp_complete_locked()
1059 if (fsp->seq_ptr) { in fc_fcp_cleanup_cmd()
1060 fc_exch_done(fsp->seq_ptr); in fc_fcp_cleanup_cmd()
1061 fsp->seq_ptr = NULL; in fc_fcp_cleanup_cmd()
[all …]
Dfc_libfc.h70 if ((pkt)->seq_ptr) { \
72 _ep = fc_seq_exch((pkt)->seq_ptr); \
/Linux-v4.19/drivers/target/iscsi/
Discsi_target_erl0.c109 cmd->seq_ptr = seq; in iscsit_dataout_within_command_recovery_check()
259 cmd->seq_ptr = seq; in iscsit_dataout_check_sequence()
363 struct iscsi_seq *seq = cmd->seq_ptr; in iscsit_dataout_check_datasn()
421 struct iscsi_seq *seq = cmd->seq_ptr; in iscsit_dataout_pre_datapduinorder_yes()
572 seq = cmd->seq_ptr; in iscsit_dataout_post_crc_passed()
608 seq = cmd->seq_ptr; in iscsit_dataout_post_crc_passed()
Discsi_target_erl1.c636 struct iscsi_seq *seq = cmd->seq_ptr; in iscsit_dataout_datapduinorder_no_fbit()
/Linux-v4.19/drivers/net/dsa/mv88e6xxx/
Dhwtstamp.c510 __be16 *seq_ptr; in mv88e6xxx_port_txtstamp() local
520 seq_ptr = (__be16 *)(hdr + OFF_PTP_SEQUENCE_ID); in mv88e6xxx_port_txtstamp()
528 ps->tx_seq_id = be16_to_cpup(seq_ptr); in mv88e6xxx_port_txtstamp()
/Linux-v4.19/include/scsi/
Dlibfc.h355 struct fc_seq *seq_ptr; member
/Linux-v4.19/include/target/iscsi/
Discsi_target_core.h485 struct iscsi_seq *seq_ptr; member
/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ethtool.c2696 __le16 *seq_ptr = msg + info->seq_off; in bnxt_hwrm_dbg_dma_data() local
2714 *seq_ptr = cpu_to_le16(seq); in bnxt_hwrm_dbg_dma_data()