Searched refs:wlp_tx_hdr (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/uwb/i1480/
H A Di1480-wlp.h22 * if (wlp_tx_hdr_delivery_id_type(wlp_tx_hdr) & WLP_DRP)
37 struct wlp_tx_hdr { struct
53 static inline int wlp_tx_hdr_delivery_id_type(const struct wlp_tx_hdr *hdr)
58 static inline int wlp_tx_hdr_ack_policy(const struct wlp_tx_hdr *hdr)
63 static inline int wlp_tx_hdr_rts_cts(const struct wlp_tx_hdr *hdr)
68 static inline void wlp_tx_hdr_set_delivery_id_type(struct wlp_tx_hdr *hdr, int id)
73 static inline void wlp_tx_hdr_set_ack_policy(struct wlp_tx_hdr *hdr,
79 static inline void wlp_tx_hdr_set_rts_cts(struct wlp_tx_hdr *hdr, int rts_cts)
84 static inline enum uwb_phy_rate wlp_tx_hdr_phy_rate(const struct wlp_tx_hdr *hdr)
89 static inline int wlp_tx_hdr_tx_power(const struct wlp_tx_hdr *hd
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/uwb/i1480/i1480u-wlp/
H A Dtx.c124 * caller to do that; you can get it from @wtx->wlp_tx_hdr.
139 struct wlp_tx_hdr *wlp_tx_hdr; local
150 - sizeof(struct untd_hdr_1st) - sizeof(struct wlp_tx_hdr);
163 + sizeof(*wlp_tx_hdr)
176 untd_hdr_1st->hdr.len = cpu_to_le16(pl_size + sizeof(*wlp_tx_hdr));
178 cpu_to_le16(pl_size_1st + sizeof(*wlp_tx_hdr));
181 wlp_tx_hdr = wtx->wlp_tx_hdr = buf_itr;
182 buf_itr += sizeof(*wlp_tx_hdr);
256 struct wlp_tx_hdr *wlp_tx_hdr; local
373 struct wlp_tx_hdr *wlp_tx_hdr; local
[all...]
H A Di1480u-wlp.h130 struct wlp_tx_hdr *wlp_tx_hdr; member in struct:i1480u_tx
H A Dnetdev.c245 struct wlp_tx_hdr tx;
H A Dlc.c174 + sizeof(struct wlp_tx_hdr)

Completed in 59 milliseconds