Searched refs:fpdu_len (Results 1 – 2 of 2) sorted by relevance
1006 u16 fpdu_len; in i40iw_ieq_get_fpdu_length() local1008 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() argument1087 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 …]
407 u16 fpdu_len; /* len of FPDU to tx */ member