Lines Matching refs:buff
6222 uint8_t *buff) in lpfc_read_fcf_conn_tbl() argument
6237 conn_hdr = (struct lpfc_fcf_conn_hdr *) buff; in lpfc_read_fcf_conn_tbl()
6242 (buff + sizeof(struct lpfc_fcf_conn_hdr)); in lpfc_read_fcf_conn_tbl()
6305 uint8_t *buff) in lpfc_read_fcoe_param() argument
6311 buff; in lpfc_read_fcoe_param()
6313 (buff + sizeof(struct lpfc_fip_param_hdr)); in lpfc_read_fcoe_param()
6342 lpfc_get_rec_conf23(uint8_t *buff, uint32_t size, uint8_t rec_type) in lpfc_get_rec_conf23() argument
6346 if ((buff[0] == LPFC_REGION23_LAST_REC) || in lpfc_get_rec_conf23()
6350 rec_length = buff[offset + 1]; in lpfc_get_rec_conf23()
6358 if (buff[offset] == rec_type) in lpfc_get_rec_conf23()
6359 return &buff[offset]; in lpfc_get_rec_conf23()
6361 if (buff[offset] == LPFC_REGION23_LAST_REC) in lpfc_get_rec_conf23()
6365 rec_length = buff[offset + 1]; in lpfc_get_rec_conf23()
6381 uint8_t *buff, in lpfc_parse_fcoe_conf() argument
6395 if (memcmp(buff, LPFC_REGION23_SIGNATURE, 4)) { in lpfc_parse_fcoe_conf()
6404 if (buff[offset] != LPFC_REGION23_VERSION) { in lpfc_parse_fcoe_conf()
6412 rec_ptr = lpfc_get_rec_conf23(&buff[offset], in lpfc_parse_fcoe_conf()
6418 rec_ptr = lpfc_get_rec_conf23(&buff[offset], in lpfc_parse_fcoe_conf()