Searched defs:pkt_count (Results 1 - 5 of 5) sorted by relevance

/drivers/input/
H A Dmousedev.c77 unsigned int pkt_count; member in struct:mousedev
127 #define fx(i) (mousedev->old_x[(mousedev->pkt_count - (i)) & 03])
128 #define fy(i) (mousedev->old_y[(mousedev->pkt_count - (i)) & 03])
142 if (mousedev->touch && mousedev->pkt_count >= 2) {
158 if (mousedev->touch && mousedev->pkt_count >= 2) {
347 mousedev->touch = mousedev->pkt_count = 0;
392 mousedev->pkt_count++;
/drivers/net/wireless/ath/ath9k/
H A Drecv.c25 int alt_rssi_avg, int pkt_count)
29 (alt_rssi_avg > main_rssi_avg + mindelta)) && (pkt_count > 50);
23 ath_is_alt_ant_ratio_better(int alt_ratio, int maxdelta, int mindelta, int main_rssi_avg, int alt_rssi_avg, int pkt_count) argument
/drivers/net/wireless/bcmdhd/
H A Ddhd_cdc.c2706 uint32 *pkt_count, void **pplast, uint8 start, uint8 end)
2715 *pkt_count = 0;
2745 *pkt_count = (uint32)pkt_cnt;
2750 void **pkt, uint32 *pkt_count)
2759 if (pkt_count != NULL)
2760 *pkt_count = 0;
2775 *pkt_count = 1;
2792 *pkt_count = 1;
2815 *pkt_count = cnt;
2831 *pkt_count
2705 dhd_get_hostreorder_pkts(void *osh, struct reorder_info *ptr, void **pkt, uint32 *pkt_count, void **pplast, uint8 start, uint8 end) argument
2749 dhd_process_pkt_reorder_info(dhd_pub_t *dhd, uchar *reorder_info_buf, uint reorder_info_len, void **pkt, uint32 *pkt_count) argument
[all...]
H A Ddhd_sdio.c4784 uint pkt_count; local
5339 &pkt, &pkt_count);
5340 if (pkt_count == 0)
5344 pkt_count = 1;
5349 dhd_rx_frame(bus->dhd, ifidx, pkt, pkt_count, chan);
/drivers/infiniband/hw/qib/
H A Dqib.h225 u32 pkt_count; member in struct:qib_ctxtdata

Completed in 134 milliseconds