Searched refs:bf_get_be32 (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/scsi/lpfc/ |
D | lpfc_nportdisc.c | 2237 (bf_get_be32(prli_acc_rsp_code, nvpr) == in lpfc_cmpl_prli_prli_issue() 2239 (bf_get_be32(prli_type_code, nvpr) == in lpfc_cmpl_prli_prli_issue() 2243 if (bf_get_be32(prli_init, nvpr)) in lpfc_cmpl_prli_prli_issue() 2246 if (phba->nsler && bf_get_be32(prli_nsler, nvpr) && in lpfc_cmpl_prli_prli_issue() 2247 bf_get_be32(prli_conf, nvpr)) in lpfc_cmpl_prli_prli_issue() 2254 if (bf_get_be32(prli_tgt, nvpr)) { in lpfc_cmpl_prli_prli_issue() 2260 if (bf_get_be32(prli_disc, nvpr)) in lpfc_cmpl_prli_prli_issue() 2269 if ((bf_get_be32(prli_fba, nvpr) == 1) && in lpfc_cmpl_prli_prli_issue() 2276 ndlp->nvme_fb_size = bf_get_be32(prli_fb_sz, in lpfc_cmpl_prli_prli_issue()
|
D | lpfc_hw4.h | 49 #define bf_get_be32(name, ptr) \ macro
|
D | lpfc_init.c | 14639 ftype = bf_get_be32(lpfc_grp_hdr_file_type, image); in lpfc_write_firmware() 14640 fid = bf_get_be32(lpfc_grp_hdr_id, image); in lpfc_write_firmware()
|