Home
last modified time | relevance | path

Searched refs:fcpio_fw_req (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/scsi/fnic/
Dvnic_cq_copy.h27 struct fcpio_fw_req *desc), in vnic_cq_copy_service()
31 struct fcpio_fw_req *desc; in vnic_cq_copy_service()
35 desc = (struct fcpio_fw_req *)((u8 *)cq->ring.descs + in vnic_cq_copy_service()
50 desc = (struct fcpio_fw_req *)((u8 *)cq->ring.descs + in vnic_cq_copy_service()
Dfcpio.h684 struct fcpio_fw_req { struct
732 static inline void fcpio_color_enc(struct fcpio_fw_req *fw_req, u8 color) in fcpio_color_enc() argument
734 u8 *c = ((u8 *) fw_req) + sizeof(struct fcpio_fw_req) - 1; in fcpio_color_enc()
742 static inline void fcpio_color_dec(struct fcpio_fw_req *fw_req, u8 *color) in fcpio_color_dec()
744 u8 *c = ((u8 *) fw_req) + sizeof(struct fcpio_fw_req) - 1; in fcpio_color_dec()
Dfnic_scsi.c625 struct fcpio_fw_req *desc) in DEF_SCSI_QCMD()
709 struct fcpio_fw_req *desc) in fnic_fcpio_flogi_reg_cmpl_handler()
789 struct fcpio_fw_req *desc) in fnic_fcpio_ack_handler()
819 struct fcpio_fw_req *desc) in fnic_fcpio_icmnd_cmpl_handler()
1058 struct fcpio_fw_req *desc) in fnic_fcpio_itmf_cmpl_handler()
1266 struct fcpio_fw_req *desc) in fnic_fcpio_cmpl_handler()
Dfnic_res.c310 sizeof(struct fcpio_fw_req)); in fnic_alloc_vnic_resources()