Searched refs:chain_type (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_hw_api_cmd.c | 91 enum hinic_api_cmd_chain_type chain_type = chain->chain_type; in set_prod_idx() local 95 addr = HINIC_CSR_API_CMD_CHAIN_PI_ADDR(chain_type); in set_prod_idx() 109 addr = HINIC_CSR_API_CMD_STATUS_ADDR(chain->chain_type); in get_hw_cons_idx() 119 addr = HINIC_CSR_API_CMD_STATUS_ADDR(chain->chain_type); in dump_api_chain_reg() 123 chain->chain_type, HINIC_API_CMD_STATUS_GET(val, CPLD_ERR), in dump_api_chain_reg() 130 addr = HINIC_CSR_API_CMD_CHAIN_PI_ADDR(chain->chain_type); in dump_api_chain_reg() 147 switch (chain->chain_type) { in chain_busy() 155 chain->chain_type, chain->cons_idx, in chain_busy() 233 switch (chain->chain_type) { in prepare_api_cmd() 271 u16 data_size = get_cell_data_size(chain->chain_type); in prepare_cell() [all …]
|
| H A D | hinic_hw_api_cmd.h | 127 enum hinic_api_cmd_chain_type chain_type; member 174 enum hinic_api_cmd_chain_type chain_type; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/ |
| H A D | typelist.h | 298 typedef chain<Hd, rest_type> chain_type; in _GLIBCXX_VISIBILITY() 301 typedef typename __conditional_type<include_hd, chain_type, rest_type>::__type type; in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/ |
| H A D | typelist.h | 298 typedef chain<Hd, rest_type> chain_type; in _GLIBCXX_VISIBILITY() 301 typedef typename __conditional_type<include_hd, chain_type, rest_type>::__type type; in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_tables_api.c | 586 static const struct nft_chain_type *chain_type[NFPROTO_NUMPROTO][NFT_CHAIN_T_MAX]; variable 595 return chain_type[family][type]; in __nft_chain_type_get() 1260 chain_type[ctype->family][ctype->type] = ctype; in nft_register_chain_type() 1268 chain_type[ctype->family][ctype->type] = NULL; in nft_unregister_chain_type()
|