Searched refs:rx_pkt (Results 1 - 16 of 16) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_msg.h920 /* rx_pkt.l2info fields */
945 /* rx_pkt.hdr_len fields */
956 /* rx_pkt.err_vec fields */
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
H A Dhtc_mbox.c2427 struct htc_packet *rx_pkt = NULL; ath6kl_htc_mbox_conn_service() local
2471 rx_pkt = htc_wait_for_ctrl_msg(target); ath6kl_htc_mbox_conn_service()
2473 if (!rx_pkt) { ath6kl_htc_mbox_conn_service()
2478 resp_msg = (struct htc_conn_service_resp *)rx_pkt->buf; ath6kl_htc_mbox_conn_service()
2482 (rx_pkt->act_len < sizeof(*resp_msg))) { ath6kl_htc_mbox_conn_service()
2565 if (rx_pkt) { ath6kl_htc_mbox_conn_service()
2566 htc_rxpkt_reset(rx_pkt); ath6kl_htc_mbox_conn_service()
2567 reclaim_rx_ctrl_buf(target, rx_pkt); ath6kl_htc_mbox_conn_service()
H A Dcore.h464 u64 rx_pkt; member in struct:target_stats
H A Dmain.c738 stats->rx_pkt += le32_to_cpu(tgt_stats->stats.rx.pkt); ath6kl_update_target_stats()
H A Dcfg80211.c1805 sinfo->rx_packets = vif->target_stats.rx_pkt; ath6kl_get_station()
/linux-4.4.14/drivers/net/ethernet/qlogic/qede/
H A Dqede_main.c839 int rx_pkt = 0; qede_rx_int() local
951 rx_pkt++; qede_rx_int()
959 if (rx_pkt == budget) qede_rx_int()
966 return rx_pkt; qede_rx_int()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c891 int rx_pkt = 0; bnx2x_rx_int() local
900 return rx_pkt; bnx2x_rx_int()
1109 rx_pkt++; bnx2x_rx_int()
1117 if (rx_pkt == budget) bnx2x_rx_int()
1134 fp->rx_pkt += rx_pkt; bnx2x_rx_int()
1137 return rx_pkt; bnx2x_rx_int()
4497 fp->rx_pkt = fp->rx_calls = 0; bnx2x_alloc_rx_bds()
H A Dbnx2x.h597 unsigned long rx_pkt, member in struct:bnx2x_fastpath
/linux-4.4.14/drivers/staging/rtl8188eu/include/
H A Drtw_mlme_ext.h292 u32 rx_pkt; member in struct:FW_Sta_Info
/linux-4.4.14/drivers/staging/rtl8723au/include/
H A Drtw_mlme_ext.h296 u32 rx_pkt; member in struct:FW_Sta_Info
/linux-4.4.14/drivers/net/ethernet/broadcom/
H A Dbnx2.c3153 int rx_pkt = 0, pg_ring_used = 0; bnx2_rx_int() local
3156 return rx_pkt; bnx2_rx_int()
3283 rx_pkt++; bnx2_rx_int()
3289 if ((rx_pkt == budget)) bnx2_rx_int()
3310 return rx_pkt; bnx2_rx_int()
/linux-4.4.14/drivers/atm/
H A Diphase.c1093 static int rx_pkt(struct atm_dev *dev) rx_pkt() function
1229 rx_pkt(dev); rx_intr()
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
H A Ddevice.c1085 * rx_pkt and pass_accept_req cpl (1 flit) copy_gl_to_skb_pkt()
H A Dcm.c3774 static int rx_pkt(struct c4iw_dev *dev, struct sk_buff *skb) rx_pkt() function
3936 [CPL_RX_PKT] = rx_pkt
/linux-4.4.14/drivers/staging/rtl8723au/core/
H A Drtw_mlme_ext.c5287 if (pmlmeinfo->FW_sta_info[i].rx_pkt == linked_status_chk23a()
5301 pmlmeinfo->FW_sta_info[i].rx_pkt = (u32)sta_rx_pkts(psta); linked_status_chk23a()
5354 /* static unsigned int rx_pkt = 0; */ link_timer_hdl()
/linux-4.4.14/drivers/staging/rtl8188eu/core/
H A Drtw_mlme_ext.c4863 if (pmlmeinfo->FW_sta_info[i].rx_pkt == sta_rx_pkts(psta)) { linked_status_chk()
4875 pmlmeinfo->FW_sta_info[i].rx_pkt = (u32)sta_rx_pkts(psta); linked_status_chk()

Completed in 535 milliseconds