Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/fnic/
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()
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()
Dfnic_scsi.c614 struct fcpio_fw_req *desc) in fnic_fcpio_fw_reset_cmpl_handler()
696 struct fcpio_fw_req *desc) in fnic_fcpio_flogi_reg_cmpl_handler()
776 struct fcpio_fw_req *desc) in fnic_fcpio_ack_handler()
807 struct fcpio_fw_req *desc) in fnic_fcpio_icmnd_cmpl_handler()
1074 struct fcpio_fw_req *desc) in fnic_fcpio_itmf_cmpl_handler()
1333 struct fcpio_fw_req *desc) in fnic_fcpio_cmpl_handler()
Dfnic_res.c328 sizeof(struct fcpio_fw_req)); in fnic_alloc_vnic_resources()