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

/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
H A Desta_drv.h243 mem_MSDU_T *txmit_msdu_next; member in struct:tiwlan_net_dev
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
H A Desta_drv.c567 if( drv->txmit_msdu_next != NULL ) {
571 drv->txmit_msdu_next = pMsdu;
580 if( drv->txmit_msdu_next != NULL ) {
581 pMsdu = drv->txmit_msdu_next;
582 drv->txmit_msdu_next = pMsdu->msdu_next;
583 if( drv->txmit_msdu_next == NULL ) { /* Last MSDU */
1666 drv->txmit_msdu_next = drv->txmit_msdu_last = NULL;

Completed in 72 milliseconds