Searched refs:eda_entry (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/uwb/wlp/
H A Dtxrx.c142 struct wlp_eda_node eda_entry; local
146 result = wlp_copy_eda_node(&wlp->eda, src, &eda_entry);
154 if (hdr->tag != eda_entry.tag) {
160 eda_entry.tag);
164 if (eda_entry.state != WLP_WSS_CONNECTED) {
H A Dwss-lc.c655 struct wlp_eda_node *eda_entry = &conn_ctx->eda_entry; local
656 struct uwb_dev_addr *dev_addr = &eda_entry->dev_addr;
680 result = wlp_copy_eda_node(&wlp->eda, dev_addr, eda_entry);
687 result = wlp_wss_prep_hdr(wlp, eda_entry, skb);
717 * @eda_entry: pointer to neighbor's entry in the EDA cache
720 int wlp_wss_prep_hdr(struct wlp *wlp, struct wlp_eda_node *eda_entry, argument
725 unsigned char *eth_addr = eda_entry->eth_addr;
726 struct uwb_dev_addr *dev_addr = &eda_entry->dev_addr;
730 if (eda_entry
761 wlp_wss_connect_prep(struct wlp *wlp, struct wlp_eda_node *eda_entry, void *_skb) argument
811 wlp_wss_send_copy(struct wlp *wlp, struct wlp_eda_node *eda_entry, void *_skb) argument
[all...]
H A Deda.c228 * @eda_entry: pointer to where contents of EDA cache will be copied
231 struct wlp_eda_node *eda_entry)
240 *eda_entry = *itr;
230 wlp_copy_eda_node(struct wlp_eda *eda, struct uwb_dev_addr *dev_addr, struct wlp_eda_node *eda_entry) argument
H A Dwlp-internal.h118 struct wlp_eda_node eda_entry; member in struct:wlp_assoc_conn_ctx
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/uwb/wlp/
H A Dtxrx.c142 struct wlp_eda_node eda_entry; local
146 result = wlp_copy_eda_node(&wlp->eda, src, &eda_entry);
154 if (hdr->tag != eda_entry.tag) {
160 eda_entry.tag);
164 if (eda_entry.state != WLP_WSS_CONNECTED) {
H A Dwss-lc.c655 struct wlp_eda_node *eda_entry = &conn_ctx->eda_entry; local
656 struct uwb_dev_addr *dev_addr = &eda_entry->dev_addr;
680 result = wlp_copy_eda_node(&wlp->eda, dev_addr, eda_entry);
687 result = wlp_wss_prep_hdr(wlp, eda_entry, skb);
717 * @eda_entry: pointer to neighbor's entry in the EDA cache
720 int wlp_wss_prep_hdr(struct wlp *wlp, struct wlp_eda_node *eda_entry, argument
725 unsigned char *eth_addr = eda_entry->eth_addr;
726 struct uwb_dev_addr *dev_addr = &eda_entry->dev_addr;
730 if (eda_entry
761 wlp_wss_connect_prep(struct wlp *wlp, struct wlp_eda_node *eda_entry, void *_skb) argument
811 wlp_wss_send_copy(struct wlp *wlp, struct wlp_eda_node *eda_entry, void *_skb) argument
[all...]
H A Deda.c228 * @eda_entry: pointer to where contents of EDA cache will be copied
231 struct wlp_eda_node *eda_entry)
240 *eda_entry = *itr;
230 wlp_copy_eda_node(struct wlp_eda *eda, struct uwb_dev_addr *dev_addr, struct wlp_eda_node *eda_entry) argument
H A Dwlp-internal.h118 struct wlp_eda_node eda_entry; member in struct:wlp_assoc_conn_ctx

Completed in 227 milliseconds