Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/intersil/orinoco/
Dhermes.c687 u16 pda_len) in hermes_read_pda() argument
691 u16 data_len = pda_len; in hermes_read_pda()
705 pda[0] = cpu_to_le16(pda_len - 2); in hermes_read_pda()
708 data_len = pda_len - 4; in hermes_read_pda()
729 pda_size, pda_len); in hermes_read_pda()
730 if (pda_size > pda_len) in hermes_read_pda()
Dhermes_dld.h37 u16 pda_len,
Dorinoco_usb.c1112 u32 pda_addr, u16 pda_len) in ezusb_read_pda() argument
1118 cpu_to_le16(pda_len - 4) in ezusb_read_pda()
1127 pda[0] = cpu_to_le16(pda_len - 2); in ezusb_read_pda()
1132 EZUSB_FRAME_CONTROL, &pda[2], pda_len - 4, in ezusb_read_pda()
Dhermes.h398 u32 pda_addr, u16 pda_len);