Home
last modified time | relevance | path

Searched refs:lpfc_cgn_calc_crc32 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_crtn.h89 uint32_t lpfc_cgn_calc_crc32(void *bufp, uint32_t sz, uint32_t seed);
H A Dlpfc_init.c5634 value = lpfc_cgn_calc_crc32(cp, LPFC_CGN_INFO_SZ, in lpfc_cgn_update_stat()
5897 lvalue = lpfc_cgn_calc_crc32(cp, LPFC_CGN_INFO_SZ, in lpfc_cmf_stats_timer()
7122 crc = lpfc_cgn_calc_crc32(cp, LPFC_CGN_INFO_SZ, in lpfc_cgn_params_parse()
13570 lpfc_cgn_calc_crc32(void *ptr, uint32_t byteLen, uint32_t crc) in lpfc_cgn_calc_crc32() function
13629 crc = lpfc_cgn_calc_crc32(cp, LPFC_CGN_INFO_SZ, LPFC_CGN_CRC32_SEED); in lpfc_init_congestion_buf()
13652 crc = lpfc_cgn_calc_crc32(cp, LPFC_CGN_INFO_SZ, LPFC_CGN_CRC32_SEED); in lpfc_init_congestion_stat()
H A Dlpfc_els.c10192 crc = lpfc_cgn_calc_crc32 in lpfc_els_rcv_fpin_cgn()