Searched defs:num_pkts (Results 1 - 8 of 8) sorted by relevance

/drivers/net/can/
H A Dti_hecc.c627 u32 num_pkts = 0; local
635 num_pkts < quota) {
639 return num_pkts;
640 ++num_pkts;
667 return num_pkts;
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_ethtool.c1822 unsigned int pkt_size, num_pkts, i; local
1895 num_pkts = 0;
1940 num_pkts++;
1946 if (tx_idx != tx_start_idx + num_pkts)
1964 if (rx_idx != rx_start_idx + num_pkts)
/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.c2028 u32 loopback_type, u32 pkt_size, u32 num_pkts, u64 pattern)
2052 req->num_pkts = cpu_to_le32(num_pkts);
2027 be_cmd_loopback_test(struct be_adapter *adapter, u32 port_num, u32 loopback_type, u32 pkt_size, u32 num_pkts, u64 pattern) argument
H A Dbe_cmds.h1242 u32 num_pkts; member in struct:be_cmd_req_loopback_test
1651 u32 num_pkts, u64 pattern);
/drivers/net/wireless/ath/ath6kl/
H A Dhtc.c2116 u32 msg_look_ahead, int *num_pkts)
2128 *num_pkts = 0;
2224 *num_pkts = n_fetched;
2115 ath6kl_htc_rxmsg_pending_handler(struct htc_target *target, u32 msg_look_ahead, int *num_pkts) argument
/drivers/net/ethernet/broadcom/
H A Dbnx2.c5733 unsigned int pkt_size, num_pkts, i; local
5790 num_pkts = 0;
5799 num_pkts++;
5822 if (rx_idx != rx_start_idx + num_pkts) {
H A Dtg3.c11695 int num_pkts, tx_len, rx_len, i, err; local
11734 num_pkts = DIV_ROUND_UP(val, TG3_TSO_MSS);
11768 num_pkts = 1;
11824 (rx_idx == (rx_start_idx + num_pkts)))
11834 if (rx_idx != rx_start_idx + num_pkts)
/drivers/net/wireless/bcmdhd/include/
H A Dwlioctl.h1169 uint8 num_pkts; /* Number of packet entries to be averaged */ member in struct:__anon3416

Completed in 2679 milliseconds