Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/legacy/
H A Dwl3501_cs.c498 offsetof(struct wl3501_tx_hdr, addr4), in wl3501_send_pkt()
501 if (pktlen > (254 - sizeof(struct wl3501_tx_hdr))) { in wl3501_send_pkt()
502 tmplen = 254 - sizeof(struct wl3501_tx_hdr); in wl3501_send_pkt()
509 bf + 2 + sizeof(struct wl3501_tx_hdr), in wl3501_send_pkt()
518 if (pktlen > (254 - sizeof(struct wl3501_tx_hdr) + 6)) { in wl3501_send_pkt()
519 tmplen = 254 - sizeof(struct wl3501_tx_hdr) + 6; in wl3501_send_pkt()
526 offsetof(struct wl3501_tx_hdr, addr4), in wl3501_send_pkt()
H A Dwl3501.h271 struct wl3501_tx_hdr { struct