Searched refs:fpdu_len (Results 1 – 2 of 2) sorted by relevance
1153 u16 fpdu_len; in irdma_ieq_get_fpdu_len() local1166 fpdu_len = ntohs(*(__be16 *)datap); in irdma_ieq_get_fpdu_len()1167 fpdu_len += IRDMA_IEQ_MPA_FRAMING; in irdma_ieq_get_fpdu_len()1168 fpdu_len = (fpdu_len + 3) & 0xfffc; in irdma_ieq_get_fpdu_len()1170 if (fpdu_len > pfpdu->max_fpdu_data) in irdma_ieq_get_fpdu_len()1173 total_len += fpdu_len; in irdma_ieq_get_fpdu_len()1254 struct irdma_puda_buf *txbuf, u16 fpdu_len) in irdma_ieq_compl_pfpdu() argument1264 nextseqnum = buf->seqnum + fpdu_len; in irdma_ieq_compl_pfpdu()1268 txbuf->totallen = txbuf->hdrlen + fpdu_len; in irdma_ieq_compl_pfpdu()1272 txbuf->totallen = buf->hdrlen + fpdu_len; in irdma_ieq_compl_pfpdu()[all …]
406 u16 fpdu_len; /* len of FPDU to tx */ member