Searched refs:rx_pkt (Results 1 – 11 of 11) sorted by relevance
85 int rsi_read_pkt(struct rsi_common *common, u8 *rx_pkt, s32 rcv_pkt_len);
157 int rsi_read_pkt(struct rsi_common *common, u8 *rx_pkt, s32 rcv_pkt_len) in rsi_read_pkt() argument169 frame_desc = &rx_pkt[index]; in rsi_read_pkt()
2424 struct htc_packet *rx_pkt = NULL; in ath6kl_htc_mbox_conn_service() local2468 rx_pkt = htc_wait_for_ctrl_msg(target); in ath6kl_htc_mbox_conn_service()2470 if (!rx_pkt) { in ath6kl_htc_mbox_conn_service()2475 resp_msg = (struct htc_conn_service_resp *)rx_pkt->buf; in ath6kl_htc_mbox_conn_service()2479 (rx_pkt->act_len < sizeof(*resp_msg))) { in ath6kl_htc_mbox_conn_service()2562 if (rx_pkt) { in ath6kl_htc_mbox_conn_service()2563 htc_rxpkt_reset(rx_pkt); in ath6kl_htc_mbox_conn_service()2564 reclaim_rx_ctrl_buf(target, rx_pkt); in ath6kl_htc_mbox_conn_service()
464 u64 rx_pkt; member
744 stats->rx_pkt += le32_to_cpu(tgt_stats->stats.rx.pkt); in ath6kl_update_target_stats()
128 void *rx_pkt; member
298 udev->rx_pkt = udev->ll2_buf + qedi_ll2_buf_size; in qedi_alloc_uio_rings()759 pkt = udev->rx_pkt + (prod * qedi_ll2_buf_size); in qedi_ll2_process_skb()
899 int rx_pkt = 0; in bnx2x_rx_int() local908 return rx_pkt; in bnx2x_rx_int()1112 rx_pkt++; in bnx2x_rx_int()1120 if (rx_pkt == budget) in bnx2x_rx_int()1137 return rx_pkt; in bnx2x_rx_int()
3146 int rx_pkt = 0, pg_ring_used = 0; in bnx2_rx_int() local3149 return rx_pkt; in bnx2_rx_int()3276 rx_pkt++; in bnx2_rx_int()3282 if (rx_pkt == budget) in bnx2_rx_int()3301 return rx_pkt; in bnx2_rx_int()
1096 static int rx_pkt(struct atm_dev *dev) function1232 rx_pkt(dev);
4060 static int rx_pkt(struct c4iw_dev *dev, struct sk_buff *skb) in rx_pkt() function4226 [CPL_RX_PKT] = rx_pkt,