Lines Matching refs:buff
6892 * @buff: Buffer containing the FCF connection table as in the config
6899 uint8_t *buff)
6914 conn_hdr = (struct lpfc_fcf_conn_hdr *) buff;
6919 (buff + sizeof(struct lpfc_fcf_conn_hdr));
6975 * @buff: Buffer containing the FCoE parameter data structure.
6982 uint8_t *buff)
6988 buff;
6990 (buff + sizeof(struct lpfc_fip_param_hdr));
7010 * @buff: Buffer containing config region 23 data.
7019 lpfc_get_rec_conf23(uint8_t *buff, uint32_t size, uint8_t rec_type)
7023 if ((buff[0] == LPFC_REGION23_LAST_REC) ||
7027 rec_length = buff[offset + 1];
7035 if (buff[offset] == rec_type)
7036 return &buff[offset];
7038 if (buff[offset] == LPFC_REGION23_LAST_REC)
7042 rec_length = buff[offset + 1];
7050 * @buff: Buffer containing config region 23 data.
7058 uint8_t *buff,
7072 if (memcmp(buff, LPFC_REGION23_SIGNATURE, 4)) {
7081 if (buff[offset] != LPFC_REGION23_VERSION) {
7089 rec_ptr = lpfc_get_rec_conf23(&buff[offset],
7095 rec_ptr = lpfc_get_rec_conf23(&buff[offset],