Searched refs:bf_get_be32 (Results 1 – 3 of 3) sorted by relevance
/drivers/scsi/lpfc/ |
D | lpfc_nportdisc.c | 2181 (bf_get_be32(prli_acc_rsp_code, nvpr) == in lpfc_cmpl_prli_prli_issue() 2183 (bf_get_be32(prli_type_code, nvpr) == in lpfc_cmpl_prli_prli_issue() 2187 if (bf_get_be32(prli_init, nvpr)) in lpfc_cmpl_prli_prli_issue() 2190 if (phba->nsler && bf_get_be32(prli_nsler, nvpr) && in lpfc_cmpl_prli_prli_issue() 2191 bf_get_be32(prli_conf, nvpr)) in lpfc_cmpl_prli_prli_issue() 2198 if (bf_get_be32(prli_tgt, nvpr)) { in lpfc_cmpl_prli_prli_issue() 2204 if (bf_get_be32(prli_disc, nvpr)) in lpfc_cmpl_prli_prli_issue() 2213 if ((bf_get_be32(prli_fba, nvpr) == 1) && in lpfc_cmpl_prli_prli_issue() 2220 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 | 14429 ftype = bf_get_be32(lpfc_grp_hdr_file_type, image); in lpfc_write_firmware() 14430 fid = bf_get_be32(lpfc_grp_hdr_id, image); in lpfc_write_firmware()
|