Lines Matching full:fcp
70 * struct fc_fcp_internal - FCP layer internal data
71 * @scsi_pkt_pool: Memory pool to draw FCP packets from
73 * @scsi_pkt_queue: Current FCP packets
141 * @lport: The local port that the FCP packet is for
170 * @fsp: The FCP packet to be released
186 * @fsp: The FCP packet to be held
195 * @seq: The sequence that the FCP packet is on (required by destructor API)
196 * @fsp: The FCP packet to be released
211 * @fsp: The FCP packet to be locked and incremented
241 * @fsp: The FCP packet to be unlocked and decremented
251 * @fsp: The FCP packet to start a timer for
276 * @fsp: The FCP packet to abort exchanges on
303 * @fsp: The FCP packet to be retried
325 * @fsp: The FCP packet that will manage the DDP frames
344 * @fsp: The FCP packet that DDP had been used on
466 * @fsp: the FCP packet
481 * fc_fcp_recv_data() - Handler for receiving SCSI-FCP data from a target
482 * @fsp: The FCP packet the data is on
594 * @fsp: The FCP packet the data is on
724 * this is last FCP frame of the sequence. in fc_fcp_send_data()
749 * @fsp: The FCP packet that is being aborted
781 * fc_fcp_recv() - Receive an FCP frame
784 * @arg: The related FCP packet
787 * holding the FCP packet list lock.
860 * fc_fcp_resp() - Handler for FCP responses
861 * @fsp: The FCP packet the response is for
979 FC_FCP_DBG(fsp, "short FCP response. flags 0x%x len %u respl %u " in fc_fcp_resp()
989 * @fsp: The FCP packet to be completed
1054 * @fsp: The FCP packet whose exchanges should be canceled
1129 * fc_fcp_abort_io() - Abort all FCP-SCSI exchanges on a local port
1139 * @lport: The local port to send the FCP packet on
1140 * @fsp: The FCP packet to send
1173 * fc_fcp_cmd_send() - Send a FCP command
1175 * @fsp: The FCP packet the command is on
1227 * fc_fcp_error() - Handler for FCP layer errors
1228 * @fsp: The FCP packet the error is on
1256 * @fsp: The FCP packet to abort on
1298 * @data: The FCP packet that identifies the LUN to be reset
1320 * @fsp: The FCP packet that identifies the LUN to be reset
1376 * @arg: The FCP packet the response is for
1414 * fc_fcp_cleanup() - Cleanup all FCP exchanges on a local port
1424 * @data: The FCP packet that has timed out
1446 FC_FCP_DBG(fsp, "fcp timeout, resetting timer delay %d\n", in fc_fcp_timeout()
1452 FC_FCP_DBG(fsp, "fcp timeout, delay %d flags %x state %x\n", in fc_fcp_timeout()
1469 * @fsp: The FCP packet to send the REC request on
1513 * @arg: The FCP packet the response is on
1661 * @fsp: The FCP packet the error is on
1705 * @fsp: The FCP pkt that needs to be aborted
1722 * @fsp: The FCP packet the SRR is to be sent on
1779 * @arg: The FCP packet the SRR is on
1825 * @fsp: The FCP packet that the SRR error is on
1965 * @fsp: The FCP packet that is complete
1968 * The fcp packet lock must be held when calling.
2263 * fc_fcp_destory() - Tear down the FCP layer for a given local port
2264 * @lport: The local port that no longer needs the FCP layer
2303 * fc_fcp_init() - Initialize the FCP layer for a local port