Searched refs:__HANDLE_ITEM (Results 1 – 6 of 6) sorted by relevance
11 __HANDLE_ITEM(section_bip); /* section parity errors (B1) */ \12 __HANDLE_ITEM(line_bip); /* line parity errors (B2) */ \13 __HANDLE_ITEM(path_bip); /* path parity errors (B3) */ \14 __HANDLE_ITEM(line_febe); /* line parity errors at remote */ \15 __HANDLE_ITEM(path_febe); /* path parity errors at remote */ \16 __HANDLE_ITEM(corr_hcs); /* correctable header errors */ \17 __HANDLE_ITEM(uncorr_hcs); /* uncorrectable header errors */ \18 __HANDLE_ITEM(tx_cells); /* cells sent */ \19 __HANDLE_ITEM(rx_cells); /* cells received */22 #define __HANDLE_ITEM(i) int i macro[all …]
35 __HANDLE_ITEM(tx); /* TX okay */ \36 __HANDLE_ITEM(tx_err); /* TX errors */ \37 __HANDLE_ITEM(rx); /* RX okay */ \38 __HANDLE_ITEM(rx_err); /* RX errors */ \39 __HANDLE_ITEM(rx_drop); /* RX out of memory */42 #define __HANDLE_ITEM(i) int i macro44 #undef __HANDLE_ITEM
90 #define __HANDLE_ITEM(i) to->i = atomic_read(&from->i) in sonet_copy_stats() macro92 #undef __HANDLE_ITEM in sonet_copy_stats()98 #define __HANDLE_ITEM(i) atomic_sub(to->i, &from->i) in sonet_subtract_stats() macro100 #undef __HANDLE_ITEM in sonet_subtract_stats()
162 #define __HANDLE_ITEM(i) to->i = atomic_read(&from->i) in copy_aal_stats() macro164 #undef __HANDLE_ITEM in copy_aal_stats()170 #define __HANDLE_ITEM(i) atomic_sub(to->i, &from->i) in subtract_aal_stats() macro172 #undef __HANDLE_ITEM in subtract_aal_stats()
11 #define __HANDLE_ITEM(i) atomic_t i macro13 #undef __HANDLE_ITEM
33 #define __HANDLE_ITEM(i) atomic_t i macro35 #undef __HANDLE_ITEM
Completed in 11 milliseconds