Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/libertas_tf/
H A Dif_usb.c633 uint32_t recvtype = 0; in if_usb_receive() local
647 recvtype = le32_to_cpu(pkt[0]); in if_usb_receive()
650 recvlength, recvtype); in if_usb_receive()
657 switch (recvtype) { in if_usb_receive()
694 "libertastf: unknown command type 0x%X\n", recvtype); in if_usb_receive()
/linux/drivers/net/wireless/marvell/libertas/
H A Dif_usb.c663 uint32_t recvtype = 0; in if_usb_receive() local
676 recvtype = le32_to_cpu(pkt[0]); in if_usb_receive()
679 recvlength, recvtype); in if_usb_receive()
685 switch (recvtype) { in if_usb_receive()
711 recvtype); in if_usb_receive()