Searched refs:__HANDLE_ITEM (Results 1 – 6 of 6) sorted by relevance
10 __HANDLE_ITEM(section_bip); /* section parity errors (B1) */ \11 __HANDLE_ITEM(line_bip); /* line parity errors (B2) */ \12 __HANDLE_ITEM(path_bip); /* path parity errors (B3) */ \13 __HANDLE_ITEM(line_febe); /* line parity errors at remote */ \14 __HANDLE_ITEM(path_febe); /* path parity errors at remote */ \15 __HANDLE_ITEM(corr_hcs); /* correctable header errors */ \16 __HANDLE_ITEM(uncorr_hcs); /* uncorrectable header errors */ \17 __HANDLE_ITEM(tx_cells); /* cells sent */ \18 __HANDLE_ITEM(rx_cells); /* cells received */21 #define __HANDLE_ITEM(i) int i macro[all …]
34 __HANDLE_ITEM(tx); /* TX okay */ \35 __HANDLE_ITEM(tx_err); /* TX errors */ \36 __HANDLE_ITEM(rx); /* RX okay */ \37 __HANDLE_ITEM(rx_err); /* RX errors */ \38 __HANDLE_ITEM(rx_drop); /* RX out of memory */41 #define __HANDLE_ITEM(i) int i macro43 #undef __HANDLE_ITEM
89 #define __HANDLE_ITEM(i) to->i = atomic_read(&from->i) in sonet_copy_stats() macro91 #undef __HANDLE_ITEM in sonet_copy_stats()97 #define __HANDLE_ITEM(i) atomic_sub(to->i, &from->i) in sonet_subtract_stats() macro99 #undef __HANDLE_ITEM in sonet_subtract_stats()
163 #define __HANDLE_ITEM(i) to->i = atomic_read(&from->i) in copy_aal_stats() macro165 #undef __HANDLE_ITEM in copy_aal_stats()171 #define __HANDLE_ITEM(i) atomic_sub(to->i, &from->i) in subtract_aal_stats() macro173 #undef __HANDLE_ITEM in subtract_aal_stats()
10 #define __HANDLE_ITEM(i) atomic_t i macro12 #undef __HANDLE_ITEM
31 #define __HANDLE_ITEM(i) atomic_t i macro33 #undef __HANDLE_ITEM