Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi-sdio.c712 static t_u8 *wlan_read_rcv_packet(t_u32 port, t_u32 rxlen, t_u32 rx_blocks, t_u32 *type, bool aggr) in wlan_read_rcv_packet() argument
2130 static mlan_status wlan_get_rd_port(mlan_adapter *pmadapter, t_u32 *pport, t_u32 *rxlen, t_u32 *rxb… in wlan_get_rd_port() argument
2152 *rxlen = 0; in wlan_get_rd_port()
2181 *rxlen = rx_len; in wlan_get_rd_port()
2186 wifi_io_d("RX: port=%d rxlen=%u rx_blocks=%u\r\n", *pport, *rxlen, *rxblocks); in wlan_get_rd_port()
2238 if ((*rxlen + rx_len) > INBUF_SIZE) in wlan_get_rd_port()
2279 *rxlen += rx_len; in wlan_get_rd_port()