Searched refs:pktfile (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8712/
H A Drtl871x_xmit.c187 struct pkt_file pktfile; r8712_update_attrib() local
199 _r8712_open_pktfile(pkt, &pktfile); r8712_update_attrib()
201 _r8712_pktfile_read(&pktfile, (unsigned char *)&etherhdr, ETH_HLEN); r8712_update_attrib()
237 _r8712_pktfile_read(&pktfile, (u8 *)&txdesc, TXDESC_SIZE); r8712_update_attrib()
243 pattrib->pktlen = pktfile.pkt_len; r8712_update_attrib()
250 _r8712_pktfile_read(&pktfile, &tmp[0], 24); r8712_update_attrib()
252 if (pktfile.pkt_len > 282) {/*MINIMUM_DHCP_PACKET_SIZE)*/ r8712_update_attrib()
297 r8712_set_qos(&pktfile, pattrib); r8712_update_attrib()
585 struct pkt_file pktfile; r8712_xmitframe_coalesce() local
610 _r8712_open_pktfile(pkt, &pktfile); r8712_xmitframe_coalesce()
611 _r8712_pktfile_read(&pktfile, NULL, (uint) pattrib->pkt_hdrlen); r8712_xmitframe_coalesce()
616 _r8712_pktfile_read(&pktfile, ptxdesc, TXDESC_SIZE); r8712_xmitframe_coalesce()
619 pattrib->pktlen = pktfile.pkt_len; r8712_xmitframe_coalesce()
672 mem_sz = _r8712_pktfile_read(&pktfile, pframe, r8712_xmitframe_coalesce()
675 mem_sz = _r8712_pktfile_read(&pktfile, pframe, r8712_xmitframe_coalesce()
683 if (bmcst || (r8712_endofpktfile(&pktfile) == true)) { r8712_xmitframe_coalesce()
/linux-4.1.27/drivers/staging/rtl8188eu/core/
H A Drtw_xmit.c431 struct pkt_file pktfile; update_attrib() local
443 _rtw_open_pktfile(pkt, &pktfile); update_attrib()
444 _rtw_pktfile_read(&pktfile, (u8 *)&etherhdr, ETH_HLEN); update_attrib()
465 pattrib->pktlen = pktfile.pkt_len; update_attrib()
471 _rtw_pktfile_read(&pktfile, &tmp[0], 24); update_attrib()
473 if (pktfile.pkt_len > 282) {/* MINIMUM_DHCP_PACKET_SIZE) { */ update_attrib()
534 set_qos(&pktfile, pattrib); update_attrib()
537 set_qos(&pktfile, pattrib); update_attrib()
972 struct pkt_file pktfile; rtw_xmitframe_coalesce() local
1008 _rtw_open_pktfile(pkt, &pktfile); rtw_xmitframe_coalesce()
1009 _rtw_pktfile_read(&pktfile, NULL, pattrib->pkt_hdrlen); rtw_xmitframe_coalesce()
1070 mem_sz = _rtw_pktfile_read(&pktfile, pframe, pattrib->pktlen); rtw_xmitframe_coalesce()
1072 mem_sz = _rtw_pktfile_read(&pktfile, pframe, mpdu_len); rtw_xmitframe_coalesce()
1084 if (bmcst || rtw_endofpktfile(&pktfile)) { rtw_xmitframe_coalesce()

Completed in 77 milliseconds