Searched refs:chain_type (Results 1 – 3 of 3) sorted by relevance
91 enum hinic_api_cmd_chain_type chain_type = chain->chain_type; in set_prod_idx() local95 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 …]
127 enum hinic_api_cmd_chain_type chain_type; member174 enum hinic_api_cmd_chain_type chain_type; member
1045 static const struct nft_chain_type *chain_type[NFPROTO_NUMPROTO][NFT_CHAIN_T_MAX]; in __nf_tables_chain_type_lookup() 1054 return chain_type[family][type];1843 chain_type[ctype->family][ctype->type] = ctype; in nft_chain_lookup_byhandle() 1851 chain_type[ctype->family][ctype->type] = NULL; in lockdep_commit_lock_is_held() 1022 static const struct nft_chain_type *chain_type[NFPROTO_NUMPROTO][NFT_CHAIN_T_MAX]; global() variable