Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcm4329/src/include/
Dlinux_osl.h305 #define PKTPRIO(skb) (((struct sk_buff*)(skb))->priority) macro
/hardware/broadcom/wlan/bcm4329/src/dhd/sys/
Ddhd_cdc.c363 h->priority = (PKTPRIO(pktbuf) & BDC_PRIORITY_MASK); in dhd_prot_hdrpush()
Ddhd_linux.c862 if ((PKTPRIO(pktbuf) == 0)) in dhd_sendpkt()
Ddhd_sdio.c946 tx_packets[PKTPRIO(pkt)]++; in dhdsdio_txpkt()
1054 prec = PRIO2PREC((PKTPRIO(pkt) & PRIOMASK)); in dhd_bus_txdata()