Searched defs:pack (Results 1 – 5 of 5) sorted by relevance
39 struct b43_pio_txpacket *pack) in generate_cookie()60 struct b43_pio_txpacket **pack) in parse_cookie()197 struct b43_pio_txpacket *pack; in b43_pio_cancel_tx_packets() local365 static void pio_tx_frame_2byte_queue(struct b43_pio_txpacket *pack, in pio_tx_frame_2byte_queue()427 static void pio_tx_frame_4byte_queue(struct b43_pio_txpacket *pack, in pio_tx_frame_4byte_queue()451 struct b43_pio_txpacket *pack; in pio_tx_frame() local578 struct b43_pio_txpacket *pack = NULL; in b43_pio_handle_txstatus() local
966 u16 pack[] = { in brctrl_to_package() local1101 u16 pack[] = { in config_package() local1225 u16 pack[] = { in seqhead_to_package() local1304 u16 pack[] = { in avsync_to_package() local1329 u16 pack[] = { in final_package() local1397 u16 pack[] = { in audio_to_package() local1442 u16 pack[32]; in modet_to_package() local
657 int pack) in usbip_pack_cmd_submit()685 int pack) in usbip_pack_ret_submit()708 int pack) in usbip_pack_pdu()849 struct usb_iso_packet_descriptor *uiso, int pack) in usbip_pack_iso()
445 #define OUT(pack) \ argument457 #define OUT_DISC(pack) \ argument459 #define OUT_LAST(pack) \ argument638 hil_packet pack; in hilse_donode() local
81 #define pack(a, b) (((a) << 16) | (b)) macro