Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/fnic/
H A Dvnic_cq_copy.h15 struct fcpio_fw_req *desc), in vnic_cq_copy_service()
19 struct fcpio_fw_req *desc; in vnic_cq_copy_service()
23 desc = (struct fcpio_fw_req *)((u8 *)cq->ring.descs + in vnic_cq_copy_service()
38 desc = (struct fcpio_fw_req *)((u8 *)cq->ring.descs + in vnic_cq_copy_service()
H A Dfcpio.h672 struct fcpio_fw_req { struct
720 static inline void fcpio_color_enc(struct fcpio_fw_req *fw_req, u8 color) in fcpio_color_enc() argument
722 u8 *c = ((u8 *) fw_req) + sizeof(struct fcpio_fw_req) - 1; in fcpio_color_enc()
730 static inline void fcpio_color_dec(struct fcpio_fw_req *fw_req, u8 *color) in fcpio_color_dec()
732 u8 *c = ((u8 *) fw_req) + sizeof(struct fcpio_fw_req) - 1; in fcpio_color_dec()
H A Dfnic_scsi.c613 struct fcpio_fw_req *desc) in DEF_SCSI_QCMD()
697 struct fcpio_fw_req *desc) in fnic_fcpio_flogi_reg_cmpl_handler()
777 struct fcpio_fw_req *desc) in fnic_fcpio_ack_handler()
807 struct fcpio_fw_req *desc) in fnic_fcpio_icmnd_cmpl_handler()
1046 struct fcpio_fw_req *desc) in fnic_fcpio_itmf_cmpl_handler()
1270 struct fcpio_fw_req *desc) in fnic_fcpio_cmpl_handler()
H A Dfnic_res.c298 sizeof(struct fcpio_fw_req)); in fnic_alloc_vnic_resources()