• Home
  • Raw
  • Download

Lines Matching full:fcp

58  * struct fc_fcp_internal - FCP layer internal data
59 * @scsi_pkt_pool: Memory pool to draw FCP packets from
61 * @scsi_pkt_queue: Current FCP packets
129 * @lport: The local port that the FCP packet is for
158 * @fsp: The FCP packet to be released
174 * @fsp: The FCP packet to be held
183 * @seq: The sequence that the FCP packet is on (required by destructor API)
184 * @fsp: The FCP packet to be released
199 * @fsp: The FCP packet to be locked and incremented
229 * @fsp: The FCP packet to be unlocked and decremented
239 * @fsp: The FCP packet to start a timer for
264 * @fsp: The FCP packet to abort exchanges on
296 * @fsp: The FCP packet to be retried
297 * @status_code: The FCP status code to set
319 * @fsp: The FCP packet that will manage the DDP frames
338 * @fsp: The FCP packet that DDP had been used on
460 * @fsp: the FCP packet
475 * fc_fcp_recv_data() - Handler for receiving SCSI-FCP data from a target
476 * @fsp: The FCP packet the data is on
588 * @fsp: The FCP packet the data is on
718 * this is last FCP frame of the sequence. in fc_fcp_send_data()
743 * @fsp: The FCP packet that is being aborted
775 * fc_fcp_recv() - Receive an FCP frame
778 * @arg: The related FCP packet
781 * holding the FCP packet list lock.
854 * fc_fcp_resp() - Handler for FCP responses
855 * @fsp: The FCP packet the response is for
973 FC_FCP_DBG(fsp, "short FCP response. flags 0x%x len %u respl %u " in fc_fcp_resp()
983 * @fsp: The FCP packet to be completed
1048 * @fsp: The FCP packet whose exchanges should be canceled
1123 * fc_fcp_abort_io() - Abort all FCP-SCSI exchanges on a local port
1133 * @lport: The local port to send the FCP packet on
1134 * @fsp: The FCP packet to send
1167 * fc_fcp_cmd_send() - Send a FCP command
1169 * @fsp: The FCP packet the command is on
1221 * fc_fcp_error() - Handler for FCP layer errors
1222 * @fsp: The FCP packet the error is on
1250 * @fsp: The FCP packet to abort on
1314 * @fsp: The FCP packet that identifies the LUN to be reset
1370 * @arg: The FCP packet the response is for
1408 * fc_fcp_cleanup() - Cleanup all FCP exchanges on a local port
1440 FC_FCP_DBG(fsp, "fcp timeout, resetting timer delay %d\n", in fc_fcp_timeout()
1446 FC_FCP_DBG(fsp, "fcp timeout, delay %d flags %x state %x\n", in fc_fcp_timeout()
1463 * @fsp: The FCP packet to send the REC request on
1507 * @arg: The FCP packet the response is on
1655 * @fsp: The FCP packet the error is on
1699 * @fsp: The FCP pkt that needs to be aborted
1700 * @code: The FCP status code to set
1718 * @fsp: The FCP packet the SRR is to be sent on
1776 * @arg: The FCP packet the SRR is on
1822 * @fsp: The FCP packet that the SRR error is on
1959 * @fsp: The FCP packet that is complete
1962 * The fcp packet lock must be held when calling.
2257 * fc_fcp_destory() - Tear down the FCP layer for a given local port
2258 * @lport: The local port that no longer needs the FCP layer
2296 * fc_fcp_init() - Initialize the FCP layer for a local port