• 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
291 * @fsp: The FCP packet to be retried
292 * @status_code: The FCP status code to set
314 * @fsp: The FCP packet that will manage the DDP frames
333 * @fsp: The FCP packet that DDP had been used on
455 * @fsp: the FCP packet
470 * fc_fcp_recv_data() - Handler for receiving SCSI-FCP data from a target
471 * @fsp: The FCP packet the data is on
583 * @fsp: The FCP packet the data is on
713 * this is last FCP frame of the sequence. in fc_fcp_send_data()
738 * @fsp: The FCP packet that is being aborted
770 * fc_fcp_recv() - Receive an FCP frame
773 * @arg: The related FCP packet
776 * holding the FCP packet list lock.
849 * fc_fcp_resp() - Handler for FCP responses
850 * @fsp: The FCP packet the response is for
968 FC_FCP_DBG(fsp, "short FCP response. flags 0x%x len %u respl %u " in fc_fcp_resp()
978 * @fsp: The FCP packet to be completed
1043 * @fsp: The FCP packet whose exchanges should be canceled
1118 * fc_fcp_abort_io() - Abort all FCP-SCSI exchanges on a local port
1128 * @lport: The local port to send the FCP packet on
1129 * @fsp: The FCP packet to send
1162 * fc_fcp_cmd_send() - Send a FCP command
1164 * @fsp: The FCP packet the command is on
1216 * fc_fcp_error() - Handler for FCP layer errors
1217 * @fsp: The FCP packet the error is on
1245 * @fsp: The FCP packet to abort on
1309 * @fsp: The FCP packet that identifies the LUN to be reset
1365 * @arg: The FCP packet the response is for
1403 * fc_fcp_cleanup() - Cleanup all FCP exchanges on a local port
1435 FC_FCP_DBG(fsp, "fcp timeout, resetting timer delay %d\n", in fc_fcp_timeout()
1441 FC_FCP_DBG(fsp, "fcp timeout, delay %d flags %x state %x\n", in fc_fcp_timeout()
1458 * @fsp: The FCP packet to send the REC request on
1502 * @arg: The FCP packet the response is on
1650 * @fsp: The FCP packet the error is on
1694 * @fsp: The FCP pkt that needs to be aborted
1695 * @code: The FCP status code to set
1712 * @fsp: The FCP packet the SRR is to be sent on
1770 * @arg: The FCP packet the SRR is on
1816 * @fsp: The FCP packet that the SRR error is on
1953 * @fsp: The FCP packet that is complete
1956 * The fcp packet lock must be held when calling.
2251 * fc_fcp_destory() - Tear down the FCP layer for a given local port
2252 * @lport: The local port that no longer needs the FCP layer
2290 * fc_fcp_init() - Initialize the FCP layer for a local port