Searched refs:libipw_rx (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/ |
H A D | Makefile | 13 libipw_rx.o \
|
H A D | libipw_rx.c | 164 * Called by libipw_rx */ 266 /* Called only as a tasklet (software IRQ), by libipw_rx */ 297 /* Called only as a tasklet (software IRQ), by libipw_rx */ 328 int libipw_rx(struct libipw_device *ieee, struct sk_buff *skb, in libipw_rx() function 829 /* Filter out unrelated packets, call libipw_rx[_mgt] 840 if (!libipw_rx(ieee, skb, stats)) in libipw_rx_any() 910 if (!libipw_rx(ieee, skb, stats)) in libipw_rx_any() 1759 EXPORT_SYMBOL(libipw_rx); variable
|
H A D | libipw.h | 955 /* libipw_rx.c */ 958 int libipw_rx(struct libipw_device *ieee, struct sk_buff *skb,
|
H A D | ipw2200.c | 7712 if (!libipw_rx(priv->ieee, rxb->skb, stats)) in ipw_handle_data_packet() 7714 else { /* libipw_rx succeeded, so it now owns the SKB */ in ipw_handle_data_packet() 7869 if (!libipw_rx(priv->ieee, rxb->skb, stats)) in ipw_handle_data_packet_monitor() 7871 else { /* libipw_rx succeeded, so it now owns the SKB */ in ipw_handle_data_packet_monitor() 8075 if (!libipw_rx(priv->prom_priv->ieee, skb, stats)) { in ipw_handle_promiscuous_rx() 10371 if (!libipw_rx(priv->prom_priv->ieee, dst, &dummystats)) in ipw_handle_promiscuous_tx()
|
H A D | ipw2100.c | 2489 * libipw_rx fails */ in isr_rx() 2495 if (!libipw_rx(priv->ieee, packet->skb, stats)) { in isr_rx() 2503 /* libipw_rx failed, so it didn't free the SKB */ in isr_rx() 2582 if (!libipw_rx(priv->ieee, packet->skb, stats)) { in isr_rx_monitor() 2585 /* libipw_rx failed, so it didn't free the SKB */ in isr_rx_monitor()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/ |
H A D | Makefile | 13 libipw_rx.o \
|
H A D | libipw_rx.c | 164 * Called by libipw_rx */ 266 /* Called only as a tasklet (software IRQ), by libipw_rx */ 297 /* Called only as a tasklet (software IRQ), by libipw_rx */ 328 int libipw_rx(struct libipw_device *ieee, struct sk_buff *skb, in libipw_rx() function 829 /* Filter out unrelated packets, call libipw_rx[_mgt] 840 if (!libipw_rx(ieee, skb, stats)) in libipw_rx_any() 910 if (!libipw_rx(ieee, skb, stats)) in libipw_rx_any() 1737 EXPORT_SYMBOL(libipw_rx); variable
|
H A D | libipw.h | 954 /* libipw_rx.c */ 957 int libipw_rx(struct libipw_device *ieee, struct sk_buff *skb,
|
H A D | ipw2200.c | 7666 if (!libipw_rx(priv->ieee, rxb->skb, stats)) in ipw_handle_data_packet() 7668 else { /* libipw_rx succeeded, so it now owns the SKB */ in ipw_handle_data_packet() 7823 if (!libipw_rx(priv->ieee, rxb->skb, stats)) in ipw_handle_data_packet_monitor() 7825 else { /* libipw_rx succeeded, so it now owns the SKB */ in ipw_handle_data_packet_monitor() 8029 if (!libipw_rx(priv->prom_priv->ieee, skb, stats)) { in ipw_handle_promiscuous_rx() 10325 if (!libipw_rx(priv->prom_priv->ieee, dst, &dummystats)) in ipw_handle_promiscuous_tx()
|
H A D | ipw2100.c | 2478 * libipw_rx fails */ in isr_rx() 2484 if (!libipw_rx(priv->ieee, packet->skb, stats)) { in isr_rx() 2492 /* libipw_rx failed, so it didn't free the SKB */ in isr_rx() 2571 if (!libipw_rx(priv->ieee, packet->skb, stats)) { in isr_rx_monitor() 2574 /* libipw_rx failed, so it didn't free the SKB */ in isr_rx_monitor()
|
Completed in 52 milliseconds