Lines Matching refs:buff
7076 * @buff: Buffer containing the FCF connection table as in the config
7083 uint8_t *buff)
7098 conn_hdr = (struct lpfc_fcf_conn_hdr *) buff;
7103 (buff + sizeof(struct lpfc_fcf_conn_hdr));
7159 * @buff: Buffer containing the FCoE parameter data structure.
7166 uint8_t *buff)
7172 buff;
7174 (buff + sizeof(struct lpfc_fip_param_hdr));
7194 * @buff: Buffer containing config region 23 data.
7203 lpfc_get_rec_conf23(uint8_t *buff, uint32_t size, uint8_t rec_type)
7207 if ((buff[0] == LPFC_REGION23_LAST_REC) ||
7211 rec_length = buff[offset + 1];
7219 if (buff[offset] == rec_type)
7220 return &buff[offset];
7222 if (buff[offset] == LPFC_REGION23_LAST_REC)
7226 rec_length = buff[offset + 1];
7234 * @buff: Buffer containing config region 23 data.
7242 uint8_t *buff,
7256 if (memcmp(buff, LPFC_REGION23_SIGNATURE, 4)) {
7265 if (buff[offset] != LPFC_REGION23_VERSION) {
7273 rec_ptr = lpfc_get_rec_conf23(&buff[offset],
7279 rec_ptr = lpfc_get_rec_conf23(&buff[offset],