Searched refs:cell_idx (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/huawei/hinic/ |
| D | hinic_hw_api_cmd.c | 576 static void free_cmd_buf(struct hinic_api_cmd_chain *chain, int cell_idx) in free_cmd_buf() argument 582 cell_ctxt = &chain->cell_ctxt[cell_idx]; in free_cmd_buf() 598 struct hinic_api_cmd_cell *cell, int cell_idx) in alloc_cmd_buf() argument 614 cell_ctxt = &chain->cell_ctxt[cell_idx]; in alloc_cmd_buf() 628 free_cmd_buf(chain, cell_idx); in alloc_cmd_buf() 646 int cell_idx, in api_cmd_create_cell() argument 666 cell_ctxt = &chain->cell_ctxt[cell_idx]; in api_cmd_create_cell() 680 err = alloc_cmd_buf(chain, node, cell_idx); in api_cmd_create_cell() 707 int cell_idx) in api_cmd_destroy_cell() argument 716 cell_ctxt = &chain->cell_ctxt[cell_idx]; in api_cmd_destroy_cell() [all …]
|
| /Linux-v5.4/sound/soc/intel/atom/ |
| D | sst-atom-controls.h | 313 #define SST_FILL_LOCATION_IDS(dst, cell_idx, pipe_id) do { \ argument 314 dst.location_id.p.cell_nbr_idx = (cell_idx); \ 330 #define SST_FILL_DESTINATION3(dst, cell_idx, path_id, mod_id) do { \ argument 331 SST_FILL_LOCATION_IDS(dst, cell_idx, path_id); \
|