Lines Matching full:fcp

54  * struct fc_fcp_internal - FCP layer internal data
55 * @scsi_pkt_pool: Memory pool to draw FCP packets from
57 * @scsi_pkt_queue: Current FCP packets
125 * @lport: The local port that the FCP packet is for
153 * @fsp: The FCP packet to be released
169 * @fsp: The FCP packet to be held
178 * @seq: The sequence that the FCP packet is on (required by destructor API)
179 * @fsp: The FCP packet to be released
194 * @fsp: The FCP packet to be locked and incremented
224 * @fsp: The FCP packet to be unlocked and decremented
234 * @fsp: The FCP packet to start a timer for
259 * @fsp: The FCP packet to abort exchanges on
290 * @fsp: The FCP packet to be retried
291 * @status_code: The FCP status code to set
313 * @fsp: The FCP packet that will manage the DDP frames
332 * @fsp: The FCP packet that DDP had been used on
453 * @fsp: the FCP packet
468 * fc_fcp_recv_data() - Handler for receiving SCSI-FCP data from a target
469 * @fsp: The FCP packet the data is on
578 * @fsp: The FCP packet the data is on
708 * this is last FCP frame of the sequence. in fc_fcp_send_data()
733 * @fsp: The FCP packet that is being aborted
765 * fc_fcp_recv() - Receive an FCP frame
768 * @arg: The related FCP packet
771 * holding the FCP packet list lock.
844 * fc_fcp_resp() - Handler for FCP responses
845 * @fsp: The FCP packet the response is for
963 FC_FCP_DBG(fsp, "short FCP response. flags 0x%x len %u respl %u " in fc_fcp_resp()
973 * @fsp: The FCP packet to be completed
1038 * @fsp: The FCP packet whose exchanges should be canceled
1113 * fc_fcp_abort_io() - Abort all FCP-SCSI exchanges on a local port
1123 * @lport: The local port to send the FCP packet on
1124 * @fsp: The FCP packet to send
1157 * fc_fcp_cmd_send() - Send a FCP command
1159 * @fsp: The FCP packet the command is on
1211 * fc_fcp_error() - Handler for FCP layer errors
1212 * @fsp: The FCP packet the error is on
1240 * @fsp: The FCP packet to abort on
1304 * @fsp: The FCP packet that identifies the LUN to be reset
1360 * @arg: The FCP packet the response is for
1398 * fc_fcp_cleanup() - Cleanup all FCP exchanges on a local port
1430 FC_FCP_DBG(fsp, "fcp timeout, resetting timer delay %d\n", in fc_fcp_timeout()
1436 FC_FCP_DBG(fsp, "fcp timeout, delay %d flags %x state %x\n", in fc_fcp_timeout()
1453 * @fsp: The FCP packet to send the REC request on
1497 * @arg: The FCP packet the response is on
1645 * @fsp: The FCP packet the error is on
1689 * @fsp: The FCP pkt that needs to be aborted
1690 * @code: The FCP status code to set
1708 * @fsp: The FCP packet the SRR is to be sent on
1766 * @arg: The FCP packet the SRR is on
1812 * @fsp: The FCP packet that the SRR error is on
1946 * @fsp: The FCP packet that is complete
1949 * The fcp packet lock must be held when calling.
2244 * fc_fcp_destroy() - Tear down the FCP layer for a given local port
2245 * @lport: The local port that no longer needs the FCP layer
2283 * fc_fcp_init() - Initialize the FCP layer for a local port