Searched refs:nch (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.10/drivers/mfd/ |
| D | omap-usb-tll.c | 101 int nch; /* num. of channels */ member 211 int i, nch, ver; in usbtll_omap_probe() local 227 nch = OMAP_TLL_CHANNEL_COUNT; in usbtll_omap_probe() 231 nch = OMAP_REV2_TLL_CHANNEL_COUNT; in usbtll_omap_probe() 234 nch = OMAP_TLL_CHANNEL_COUNT; in usbtll_omap_probe() 236 ver, nch); in usbtll_omap_probe() 240 tll = devm_kzalloc(dev, sizeof(*tll) + sizeof(tll->ch_clk[nch]), in usbtll_omap_probe() 249 tll->nch = nch; in usbtll_omap_probe() 252 for (i = 0; i < nch; i++) { in usbtll_omap_probe() 289 for (i = 0; i < tll->nch; i++) { in usbtll_omap_remove() [all …]
|
| /Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| D | params.h | 48 int nch = params->num_channels; in mlx5e_qid_get_ch_if_in_group() local 49 int ch = qid - nch * group; in mlx5e_qid_get_ch_if_in_group() 51 if (ch < 0 || ch >= nch) in mlx5e_qid_get_ch_if_in_group() 63 u16 nch = params->num_channels; in mlx5e_qid_get_ch_and_group() local 65 *ix = qid % nch; in mlx5e_qid_get_ch_and_group() 66 *group = qid / nch; in mlx5e_qid_get_ch_and_group()
|
| /Linux-v5.10/net/ncsi/ |
| D | ncsi-cmd.c | 312 struct ncsi_cmd_handler *nch = NULL; in ncsi_xmit_cmd() local 328 nch = &ncsi_cmd_handlers[i]; in ncsi_xmit_cmd() 330 nch = NULL; in ncsi_xmit_cmd() 336 if (!nch) { in ncsi_xmit_cmd() 347 if (nch->payload >= 0) in ncsi_xmit_cmd() 348 nca->payload = nch->payload; in ncsi_xmit_cmd() 362 ret = nch->handler(nr->cmd, nca); in ncsi_xmit_cmd()
|
| D | ncsi-manage.c | 774 struct ncsi_oem_gma_handler *nch = NULL; in ncsi_gma_handler() local 785 nch = &ncsi_oem_gma_handlers[i]; in ncsi_gma_handler() 790 if (!nch) { in ncsi_gma_handler() 798 return nch->handler(nca); in ncsi_gma_handler()
|
| /Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
| D | ipoib.c | 790 int nch; in mlx5_rdma_rn_get_params() local 797 nch = mlx5e_get_max_num_channels(mdev); in mlx5_rdma_rn_get_params() 802 .txqs = nch * MLX5E_MAX_NUM_TC, in mlx5_rdma_rn_get_params() 803 .rxqs = nch, in mlx5_rdma_rn_get_params()
|
| /Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | en_rep.c | 1205 int nch, err; in mlx5e_vport_rep_load() local 1214 nch = mlx5e_get_max_num_channels(dev); in mlx5e_vport_rep_load() 1217 netdev = mlx5e_create_netdev(dev, profile, nch, rpriv); in mlx5e_vport_rep_load()
|
| D | en_main.c | 2896 static void mlx5e_netdev_set_tcs(struct net_device *netdev, u16 nch, u8 ntc) in mlx5e_netdev_set_tcs() argument 2911 netdev_set_tc_queue(netdev, tc, nch, 0); in mlx5e_netdev_set_tcs() 2917 int num_txqs, num_rxqs, nch, ntc; in mlx5e_update_netdev_queues() local 2924 nch = priv->channels.params.num_channels; in mlx5e_update_netdev_queues() 2926 num_txqs = nch * ntc; in mlx5e_update_netdev_queues() 2927 num_rxqs = nch * priv->profile->rq_groups; in mlx5e_update_netdev_queues() 2929 mlx5e_netdev_set_tcs(netdev, nch, ntc); in mlx5e_update_netdev_queues() 5333 int nch, in mlx5e_create_netdev() argument 5340 nch * profile->max_tc, in mlx5e_create_netdev() 5341 nch * profile->rq_groups); in mlx5e_create_netdev() [all …]
|
| D | en.h | 1084 int nch, void *ppriv);
|
| /Linux-v5.10/sound/pci/au88x0/ |
| D | au88x0_core.c | 2814 vortex_translateformat(vortex_t * vortex, char bits, char nch, int encod) 2837 switch (nch) { 2854 static void vortex_cdmacore_setformat(vortex_t * vortex, int bits, int nch) 2858 d = ((bits >> 3) * nch);
|