Home
last modified time | relevance | path

Searched refs:__HANDLE_ITEM (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dsonet.h11 __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 …]
H A Datmdev.h35 __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 macro
44 #undef __HANDLE_ITEM
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dsonet.h11 __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 …]
H A Datmdev.h35 __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 macro
44 #undef __HANDLE_ITEM
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dsonet.h11 __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 …]
H A Datmdev.h35 __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 macro
44 #undef __HANDLE_ITEM
/OK3568_Linux_fs/kernel/net/atm/
H A Datm_misc.c90 #define __HANDLE_ITEM(i) to->i = atomic_read(&from->i) in sonet_copy_stats() macro
92 #undef __HANDLE_ITEM in sonet_copy_stats()
98 #define __HANDLE_ITEM(i) atomic_sub(to->i, &from->i) in sonet_subtract_stats() macro
100 #undef __HANDLE_ITEM in sonet_subtract_stats()
H A Dresources.c164 #define __HANDLE_ITEM(i) to->i = atomic_read(&from->i) in copy_aal_stats() macro
166 #undef __HANDLE_ITEM in copy_aal_stats()
172 #define __HANDLE_ITEM(i) atomic_sub(to->i, &from->i) in subtract_aal_stats() macro
174 #undef __HANDLE_ITEM in subtract_aal_stats()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsonet.h11 #define __HANDLE_ITEM(i) atomic_t i macro
13 #undef __HANDLE_ITEM
H A Datmdev.h33 #define __HANDLE_ITEM(i) atomic_t i macro
35 #undef __HANDLE_ITEM