Home
last modified time | relevance | path

Searched refs:rtw_endofpktfile (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dxmit_osdep.h39 extern signed int rtw_endofpktfile(struct pkt_file *pfile);
/openbmc/linux/drivers/staging/rtl8723bs/os_dep/
H A Dxmit_linux.c40 signed int rtw_endofpktfile(struct pkt_file *pfile) in rtw_endofpktfile() function
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_xmit.c1106 if (bmcst || (rtw_endofpktfile(&pktfile) == true)) { in rtw_xmitframe_coalesce()