Home
last modified time | relevance | path

Searched refs:INCR (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/ath/ath9k/
H A Ddynack.c187 INCR(da->ack_rbf.h_rb, ATH_DYN_BUF); in ath_dynack_compute_to()
189 INCR(da->st_rbf.h_rb, ATH_DYN_BUF); in ath_dynack_compute_to()
191 INCR(da->ack_rbf.h_rb, ATH_DYN_BUF); in ath_dynack_compute_to()
272 INCR(da->st_rbf.t_rb, ATH_DYN_BUF); in ath_dynack_sample_tx_ts()
274 INCR(da->st_rbf.h_rb, ATH_DYN_BUF); in ath_dynack_sample_tx_ts()
306 INCR(da->ack_rbf.t_rb, ATH_DYN_BUF); in ath_dynack_sample_ack_ts()
308 INCR(da->ack_rbf.h_rb, ATH_DYN_BUF); in ath_dynack_sample_ack_ts()
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h180 # define INCR(x) ((x)++) macro
182 # define INCR(x) do {} while (0) macro
H A Dfotg210-hcd.c1281 INCR(fotg210->stats.lost_iaa); in fotg210_iaa_watchdog()
2205 INCR(fotg210->stats.unlink); in fotg210_urb_done()
2210 INCR(fotg210->stats.complete); in fotg210_urb_done()
5148 INCR(fotg210->stats.normal); in fotg210_irq()
5150 INCR(fotg210->stats.error); in fotg210_irq()
5175 INCR(fotg210->stats.iaa); in fotg210_irq()
/linux/drivers/usb/host/
H A Dehci-timer.c350 INCR(ehci->stats.lost_iaa); in ehci_iaa_watchdog()