Searched refs:fpdu_len (Results 1 – 2 of 2) sorted by relevance
1160 u16 fpdu_len; in irdma_ieq_get_fpdu_len() local1173 fpdu_len = ntohs(*(__be16 *)datap); in irdma_ieq_get_fpdu_len()1174 fpdu_len += IRDMA_IEQ_MPA_FRAMING; in irdma_ieq_get_fpdu_len()1175 fpdu_len = (fpdu_len + 3) & 0xfffc; in irdma_ieq_get_fpdu_len()1177 if (fpdu_len > pfpdu->max_fpdu_data) in irdma_ieq_get_fpdu_len()1180 total_len += fpdu_len; in irdma_ieq_get_fpdu_len()1261 struct irdma_puda_buf *txbuf, u16 fpdu_len) in irdma_ieq_compl_pfpdu() argument1271 nextseqnum = buf->seqnum + fpdu_len; in irdma_ieq_compl_pfpdu()1275 txbuf->totallen = txbuf->hdrlen + fpdu_len; in irdma_ieq_compl_pfpdu()1279 txbuf->totallen = buf->hdrlen + fpdu_len; in irdma_ieq_compl_pfpdu()[all …]
408 u16 fpdu_len; /* len of FPDU to tx */ member