Searched refs:cell_idx (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/huawei/hinic/ |
D | hinic_hw_api_cmd.c | 585 static void free_cmd_buf(struct hinic_api_cmd_chain *chain, int cell_idx) in free_cmd_buf() argument 591 cell_ctxt = &chain->cell_ctxt[cell_idx]; in free_cmd_buf() 607 struct hinic_api_cmd_cell *cell, int cell_idx) in alloc_cmd_buf() argument 623 cell_ctxt = &chain->cell_ctxt[cell_idx]; in alloc_cmd_buf() 637 free_cmd_buf(chain, cell_idx); in alloc_cmd_buf() 655 int cell_idx, in api_cmd_create_cell() argument 675 cell_ctxt = &chain->cell_ctxt[cell_idx]; in api_cmd_create_cell() 689 err = alloc_cmd_buf(chain, node, cell_idx); in api_cmd_create_cell() 716 int cell_idx) in api_cmd_destroy_cell() argument 725 cell_ctxt = &chain->cell_ctxt[cell_idx]; in api_cmd_destroy_cell() [all …]
|
/Linux-v4.19/sound/soc/intel/atom/ |
D | sst-atom-controls.h | 322 #define SST_FILL_LOCATION_IDS(dst, cell_idx, pipe_id) do { \ argument 323 dst.location_id.p.cell_nbr_idx = (cell_idx); \ 339 #define SST_FILL_DESTINATION3(dst, cell_idx, path_id, mod_id) do { \ argument 340 SST_FILL_LOCATION_IDS(dst, cell_idx, path_id); \
|