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()127 switch (chain->chain_type) { in chain_busy()135 chain->chain_type); in chain_busy()211 switch (chain->chain_type) { in prepare_api_cmd()249 u16 data_size = get_cell_data_size(chain->chain_type); in prepare_cell()266 enum hinic_api_cmd_chain_type chain_type; in api_cmd_status_update() local282 chain_type = HINIC_API_CMD_STATUS_HEADER_GET(status_header, CHAIN_ID); in api_cmd_status_update()283 if (chain_type >= HINIC_API_CMD_MAX) { in api_cmd_status_update()[all …]
123 enum hinic_api_cmd_chain_type chain_type; member170 enum hinic_api_cmd_chain_type chain_type; member
487 static const struct nft_chain_type *chain_type[NFPROTO_NUMPROTO][NFT_CHAIN_T_MAX]; variable495 if (chain_type[family][i] != NULL && in __nf_tables_chain_type_lookup()496 !nla_strcmp(nla, chain_type[family][i]->name)) in __nf_tables_chain_type_lookup()497 return chain_type[family][i]; in __nf_tables_chain_type_lookup()1093 if (WARN_ON(chain_type[ctype->family][ctype->type] != NULL)) { in nft_register_chain_type()1097 chain_type[ctype->family][ctype->type] = ctype; in nft_register_chain_type()1105 chain_type[ctype->family][ctype->type] = NULL; in nft_unregister_chain_type()1544 type = chain_type[family][NFT_CHAIN_T_DEFAULT]; in nft_chain_parse_hook()