Home
last modified time | relevance | path

Searched refs:fpdu_len (Results 1 – 2 of 2) sorted by relevance

/drivers/infiniband/hw/i40iw/
Di40iw_puda.c1006 u16 fpdu_len; in i40iw_ieq_get_fpdu_length() local
1008 fpdu_len = length + I40IW_IEQ_MPA_FRAMING; in i40iw_ieq_get_fpdu_length()
1009 fpdu_len = (fpdu_len + 3) & 0xfffffffc; in i40iw_ieq_get_fpdu_length()
1010 return fpdu_len; in i40iw_ieq_get_fpdu_length()
1078 u16 fpdu_len) in i40iw_ieq_compl_pfpdu() argument
1087 nextseqnum = buf->seqnum + fpdu_len; in i40iw_ieq_compl_pfpdu()
1088 txbuf->totallen = buf->hdrlen + fpdu_len; in i40iw_ieq_compl_pfpdu()
1096 if (buf->datalen >= fpdu_len) { in i40iw_ieq_compl_pfpdu()
1098 i40iw_ieq_copy_to_txbuf(buf, txbuf, bufoffset, txoffset, fpdu_len); in i40iw_ieq_compl_pfpdu()
1099 buf->datalen -= fpdu_len; in i40iw_ieq_compl_pfpdu()
[all …]
/drivers/infiniband/sw/siw/
Dsiw.h407 u16 fpdu_len; /* len of FPDU to tx */ member