Searched refs:fpdu_len (Results 1 – 2 of 2) sorted by relevance
1154 u16 fpdu_len; in irdma_ieq_get_fpdu_len() local1167 fpdu_len = ntohs(*(__be16 *)datap); in irdma_ieq_get_fpdu_len()1168 fpdu_len += IRDMA_IEQ_MPA_FRAMING; in irdma_ieq_get_fpdu_len()1169 fpdu_len = (fpdu_len + 3) & 0xfffc; in irdma_ieq_get_fpdu_len()1171 if (fpdu_len > pfpdu->max_fpdu_data) in irdma_ieq_get_fpdu_len()1174 total_len += fpdu_len; in irdma_ieq_get_fpdu_len()1255 struct irdma_puda_buf *txbuf, u16 fpdu_len) in irdma_ieq_compl_pfpdu() argument1265 nextseqnum = buf->seqnum + fpdu_len; in irdma_ieq_compl_pfpdu()1269 txbuf->totallen = txbuf->hdrlen + fpdu_len; in irdma_ieq_compl_pfpdu()1273 txbuf->totallen = buf->hdrlen + fpdu_len; in irdma_ieq_compl_pfpdu()[all …]
407 u16 fpdu_len; /* len of FPDU to tx */ member