Searched refs:bf_get_be32 (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/scsi/lpfc/ |
| H A D | lpfc_nportdisc.c | 2198 (bf_get_be32(prli_acc_rsp_code, nvpr) == in lpfc_cmpl_prli_prli_issue() 2200 (bf_get_be32(prli_type_code, nvpr) == in lpfc_cmpl_prli_prli_issue() 2204 if (bf_get_be32(prli_init, nvpr)) in lpfc_cmpl_prli_prli_issue() 2207 if (phba->nsler && bf_get_be32(prli_nsler, nvpr) && in lpfc_cmpl_prli_prli_issue() 2208 bf_get_be32(prli_conf, nvpr)) in lpfc_cmpl_prli_prli_issue() 2215 if (bf_get_be32(prli_tgt, nvpr)) { in lpfc_cmpl_prli_prli_issue() 2221 if (bf_get_be32(prli_disc, nvpr)) in lpfc_cmpl_prli_prli_issue() 2230 if ((bf_get_be32(prli_fba, nvpr) == 1) && in lpfc_cmpl_prli_prli_issue() 2237 ndlp->nvme_fb_size = bf_get_be32(prli_fb_sz, in lpfc_cmpl_prli_prli_issue()
|
| H A D | lpfc_hw4.h | 49 #define bf_get_be32(name, ptr) \ macro
|
| H A D | lpfc_init.c | 14622 ftype = bf_get_be32(lpfc_grp_hdr_file_type, image); in lpfc_write_firmware() 14623 fid = bf_get_be32(lpfc_grp_hdr_id, image); in lpfc_write_firmware()
|