Lines Matching refs:p
2652 const u8 *p = fw->data; in get_fsec_info() local
2654 p += header_size; in get_fsec_info()
2655 while (p < (fw->data + fw->size)) { in get_fsec_info()
2656 fsec = (struct flash_section_info *)p; in get_fsec_info()
2659 p += 32; in get_fsec_info()
2664 static int be_check_flash_crc(struct be_adapter *adapter, const u8 *p, in be_check_flash_crc() argument
2680 if (!memcmp(crc, p + crc_offset, 4)) in be_check_flash_crc()
2760 const u8 *p; in be_flash_BEx() local
2853 p = fw->data + filehdr_size + pflashcomp[i].offset + in be_flash_BEx()
2855 if (p + pflashcomp[i].size > fw->data + fw->size) in be_flash_BEx()
2858 status = be_flash(adapter, p, flash_cmd, pflashcomp[i].optype, in be_flash_BEx()
2932 const u8 *p; in be_flash_skyhawk() local
2998 p = fw->data + filehdr_size + img_offset + img_hdrs_size; in be_flash_skyhawk()
2999 if (p + img_size > fw->data + fw->size) in be_flash_skyhawk()
3002 status = be_flash(adapter, p, flash_cmd, flash_optype, img_size, in be_flash_skyhawk()