Lines Matching refs:datap
1151 * @datap: pointer to data in the buffer
1154 static u16 irdma_ieq_get_fpdu_len(struct irdma_pfpdu *pfpdu, u8 *datap,
1166 if (marker_len && *(u32 *)datap)
1172 datap += total_len;
1173 fpdu_len = ntohs(*(__be16 *)datap);
1439 u8 *datap = buf->data;
1453 fpdu_len = irdma_ieq_get_fpdu_len(pfpdu, datap, buf->seqnum);
1465 crcptr = datap + fpdu_len - 4;
1468 ret = irdma_ieq_check_mpacrc(ieq->hash_desc, datap,
1479 datap += fpdu_len;
1516 buf->data = datap;