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() local147 switch (chain->chain_type) { in chain_busy()233 switch (chain->chain_type) { in prepare_api_cmd()352 switch (chain->chain_type) { in wait_for_api_cmd_completion()641 switch (chain->chain_type) { in alloc_cmd_buf()697 switch (chain->chain_type) { in api_cmd_create_cell()820 chain->chain_type = attr->chain_type; in api_chain_init()944 for ( ; chain_type < HINIC_API_CMD_MAX; chain_type++) { in hinic_api_cmd_init()945 attr.chain_type = chain_type; in hinic_api_cmd_init()953 chain_type); in hinic_api_cmd_init()[all …]
127 enum hinic_api_cmd_chain_type chain_type; member174 enum hinic_api_cmd_chain_type chain_type; member
611 static const struct nft_chain_type *chain_type[NFPROTO_NUMPROTO][NFT_CHAIN_T_MAX]; variable620 return chain_type[family][type]; in __nft_chain_type_get()1329 chain_type[ctype->family][ctype->type] = ctype; in nft_register_chain_type()1337 chain_type[ctype->family][ctype->type] = NULL; in nft_unregister_chain_type()
Completed in 27 milliseconds