Searched refs:fpdu_len (Results 1 – 2 of 2) sorted by relevance
1139 u16 fpdu_len; in irdma_ieq_get_fpdu_len() local1152 fpdu_len = ntohs(*(__be16 *)datap); in irdma_ieq_get_fpdu_len()1153 fpdu_len += IRDMA_IEQ_MPA_FRAMING; in irdma_ieq_get_fpdu_len()1154 fpdu_len = (fpdu_len + 3) & 0xfffc; in irdma_ieq_get_fpdu_len()1156 if (fpdu_len > pfpdu->max_fpdu_data) in irdma_ieq_get_fpdu_len()1159 total_len += fpdu_len; in irdma_ieq_get_fpdu_len()1240 struct irdma_puda_buf *txbuf, u16 fpdu_len) in irdma_ieq_compl_pfpdu() argument1250 nextseqnum = buf->seqnum + fpdu_len; in irdma_ieq_compl_pfpdu()1254 txbuf->totallen = txbuf->hdrlen + fpdu_len; in irdma_ieq_compl_pfpdu()1258 txbuf->totallen = buf->hdrlen + fpdu_len; in irdma_ieq_compl_pfpdu()[all …]
406 u16 fpdu_len; /* len of FPDU to tx */ member