/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_flow.c | 205 struct ice_flow_prof *prof; member 262 if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_IPV4) in ice_flow_calc_seg_sz() 264 else if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_IPV6) in ice_flow_calc_seg_sz() 268 if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_TCP) in ice_flow_calc_seg_sz() 270 else if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_UDP) in ice_flow_calc_seg_sz() 272 else if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_SCTP) in ice_flow_calc_seg_sz() 288 struct ice_flow_prof *prof; in ice_flow_proc_seg_hdrs() local 293 prof = params->prof; in ice_flow_proc_seg_hdrs() 295 for (i = 0; i < params->prof in ice_flow_proc_seg_hdrs() 531 struct ice_flow_prof *prof = params->prof; ice_flow_create_xtrct_seq() local 604 struct ice_flow_prof *p, *prof = NULL; ice_flow_find_prof_conds() local 706 ice_flow_add_prof_sync(struct ice_hw *hw, enum ice_block blk, enum ice_flow_dir dir, u64 prof_id, struct ice_flow_seg_info *segs, u8 segs_cnt, struct ice_flow_prof **prof) ice_flow_add_prof_sync() argument 775 ice_flow_rem_prof_sync(struct ice_hw *hw, enum ice_block blk, struct ice_flow_prof *prof) ice_flow_rem_prof_sync() argument 800 devm_kfree(ice_hw_to_dev(hw), prof); ice_flow_rem_prof_sync() local 817 ice_flow_assoc_prof(struct ice_hw *hw, enum ice_block blk, struct ice_flow_prof *prof, u16 vsi_handle) ice_flow_assoc_prof() argument 849 ice_flow_disassoc_prof(struct ice_hw *hw, enum ice_block blk, struct ice_flow_prof *prof, u16 vsi_handle) ice_flow_disassoc_prof() argument 881 ice_flow_add_prof(struct ice_hw *hw, enum ice_block blk, enum ice_flow_dir dir, u64 prof_id, struct ice_flow_seg_info *segs, u8 segs_cnt, struct ice_flow_prof **prof) ice_flow_add_prof() argument 921 struct ice_flow_prof *prof; ice_flow_rem_prof() local 958 struct ice_flow_prof *prof; ice_flow_add_entry() local 1028 struct ice_flow_prof *prof; ice_flow_rem_entry() local 1277 ice_rem_rss_list(struct ice_hw *hw, u16 vsi_handle, struct ice_flow_prof *prof) ice_rem_rss_list() argument 1306 ice_add_rss_list(struct ice_hw *hw, u16 vsi_handle, struct ice_flow_prof *prof) ice_add_rss_list() argument 1366 struct ice_flow_prof *prof = NULL; ice_add_rss_cfg_sync() local [all...] |
H A D | ice_ethtool_fdir.c | 283 struct ice_fd_hw_prof *prof = ice_fdir_get_hw_prof(hw, blk, flow); in ice_fdir_erase_flow_from_hw() local 286 if (!prof) in ice_fdir_erase_flow_from_hw() 294 for (j = 0; j < prof->cnt; j++) { in ice_fdir_erase_flow_from_hw() 297 if (!prof->entry_h[j][tun] || !prof->vsi_h[j]) in ice_fdir_erase_flow_from_hw() 299 vsi_num = ice_get_hw_vsi_num(hw, prof->vsi_h[j]); in ice_fdir_erase_flow_from_hw() 301 ice_flow_rem_entry(hw, blk, prof->entry_h[j][tun]); in ice_fdir_erase_flow_from_hw() 302 prof->entry_h[j][tun] = 0; in ice_fdir_erase_flow_from_hw() 319 struct ice_fd_hw_prof *prof; in ice_fdir_rem_flow() local 322 prof in ice_fdir_rem_flow() 366 struct ice_fd_hw_prof *prof; ice_fdir_replay_flows() local 530 struct ice_flow_prof *prof = NULL; ice_fdir_set_hw_fltr_rule() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_flow.c | 592 struct ice_flow_prof *prof; member 667 sz = (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_VLAN) ? in ice_flow_calc_seg_sz() 671 if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_IPV4) in ice_flow_calc_seg_sz() 673 else if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_IPV6) in ice_flow_calc_seg_sz() 675 else if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_ARP) in ice_flow_calc_seg_sz() 677 else if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDRS_L4_MASK) in ice_flow_calc_seg_sz() 682 if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_ICMP) in ice_flow_calc_seg_sz() 684 else if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_TCP) in ice_flow_calc_seg_sz() 686 else if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_UDP) in ice_flow_calc_seg_sz() 688 else if (params->prof in ice_flow_calc_seg_sz() 703 struct ice_flow_prof *prof; ice_flow_proc_seg_hdrs() local 1180 struct ice_flow_prof *prof = params->prof; ice_flow_create_xtrct_seq() local 1254 struct ice_flow_prof *p, *prof = NULL; ice_flow_find_prof_conds() local 1340 ice_flow_add_prof_sync(struct ice_hw *hw, enum ice_block blk, enum ice_flow_dir dir, u64 prof_id, struct ice_flow_seg_info *segs, u8 segs_cnt, struct ice_flow_prof **prof) ice_flow_add_prof_sync() argument 1417 ice_flow_rem_prof_sync(struct ice_hw *hw, enum ice_block blk, struct ice_flow_prof *prof) ice_flow_rem_prof_sync() argument 1442 devm_kfree(ice_hw_to_dev(hw), prof); ice_flow_rem_prof_sync() local 1459 ice_flow_assoc_prof(struct ice_hw *hw, enum ice_block blk, struct ice_flow_prof *prof, u16 vsi_handle) ice_flow_assoc_prof() argument 1490 ice_flow_disassoc_prof(struct ice_hw *hw, enum ice_block blk, struct ice_flow_prof *prof, u16 vsi_handle) ice_flow_disassoc_prof() argument 1521 ice_flow_add_prof(struct ice_hw *hw, enum ice_block blk, enum ice_flow_dir dir, u64 prof_id, struct ice_flow_seg_info *segs, u8 segs_cnt, struct ice_flow_prof **prof) ice_flow_add_prof() argument 1560 struct ice_flow_prof *prof; ice_flow_rem_prof() local 1597 struct ice_flow_prof *prof; ice_flow_add_entry() local 1665 struct ice_flow_prof *prof; ice_flow_rem_entry() local 1804 struct ice_flow_prof *prof; ice_flow_rem_vsi_prof() local 1970 ice_rem_rss_list(struct ice_hw *hw, u16 vsi_handle, struct ice_flow_prof *prof) ice_rem_rss_list() argument 1999 ice_add_rss_list(struct ice_hw *hw, u16 vsi_handle, struct ice_flow_prof *prof) ice_add_rss_list() argument 2059 struct ice_flow_prof *prof = NULL; ice_add_rss_cfg_sync() local 2197 struct ice_flow_prof *prof; ice_rem_rss_cfg_sync() local [all...] |
H A D | ice_ethtool_fdir.c | 262 * @prof: FDir structure pointer 267 ice_fdir_remap_entries(struct ice_fd_hw_prof *prof, int tun, int idx) in ice_fdir_remap_entries() argument 269 if (idx != prof->cnt && tun < ICE_FD_HW_SEG_MAX) { in ice_fdir_remap_entries() 272 for (i = idx; i < (prof->cnt - 1); i++) { in ice_fdir_remap_entries() 275 old_entry_h = prof->entry_h[i + 1][tun]; in ice_fdir_remap_entries() 276 prof->entry_h[i][tun] = old_entry_h; in ice_fdir_remap_entries() 277 prof->vsi_h[i] = prof->vsi_h[i + 1]; in ice_fdir_remap_entries() 280 prof->entry_h[i][tun] = 0; in ice_fdir_remap_entries() 281 prof in ice_fdir_remap_entries() 298 struct ice_fd_hw_prof *prof = hw->fdir_prof[flow]; ice_fdir_rem_adq_chnl() local 358 struct ice_fd_hw_prof *prof = ice_fdir_get_hw_prof(hw, blk, flow); ice_fdir_erase_flow_from_hw() local 394 struct ice_fd_hw_prof *prof; ice_fdir_rem_flow() local 441 struct ice_fd_hw_prof *prof; ice_fdir_replay_flows() local 600 ice_fdir_prof_vsi_idx(struct ice_fd_hw_prof *prof, int vsi_idx) ice_fdir_prof_vsi_idx() argument 627 struct ice_flow_prof *prof = NULL; ice_fdir_set_hw_fltr_rule() local [all...] |
H A D | ice_flex_pipe.c | 621 * ice_find_prot_off - find prot ID and offset pair, based on prof and FV index 624 * @prof: profile ID 630 ice_find_prot_off(struct ice_hw *hw, enum ice_block blk, u8 prof, u16 fv_idx, in ice_find_prot_off() argument 635 if (prof >= hw->blk[blk].es.count) in ice_find_prot_off() 641 fv_ext = hw->blk[blk].es.t + (prof * hw->blk[blk].es.fvw); in ice_find_prot_off() 1155 * @prof: profile to check 1160 ice_prof_has_mask_idx(struct ice_hw *hw, enum ice_block blk, u8 prof, u16 idx, in ice_prof_has_mask_idx() argument 1175 if (hw->blk[blk].es.mask_ena[prof] & BIT(i)) in ice_prof_has_mask_idx() 1199 * @prof: profile to check 1203 ice_prof_has_mask(struct ice_hw *hw, enum ice_block blk, u8 prof, u1 argument 2153 struct ice_prof_tcam *prof = &hw->blk[i].prof; ice_clear_hw_tbls() local 2199 struct ice_prof_tcam *prof = &hw->blk[i].prof; ice_init_hw_tbls() local 2932 ice_add_prof_attrib(struct ice_prof_map *prof, u8 ptg, u16 ptype, const struct ice_ptype_attributes *attr, u16 attr_cnt) ice_add_prof_attrib() argument 2979 struct ice_prof_map *prof; ice_add_prof() local 3167 ice_rem_prof_id(struct ice_hw *hw, enum ice_block blk, struct ice_vsig_prof *prof) ice_rem_prof_id() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_main.c | 166 params->prof[i].rx_pause = !(pfcrx || pfctx); in mlx4_en_get_profile() 167 params->prof[i].rx_ppp = pfcrx; in mlx4_en_get_profile() 168 params->prof[i].tx_pause = !(pfcrx || pfctx); in mlx4_en_get_profile() 169 params->prof[i].tx_ppp = pfctx; in mlx4_en_get_profile() 171 params->prof[i].tx_ring_size = MLX4_EN_MIN_TX_SIZE; in mlx4_en_get_profile() 172 params->prof[i].rx_ring_size = MLX4_EN_MIN_RX_SIZE; in mlx4_en_get_profile() 174 params->prof[i].tx_ring_size = MLX4_EN_DEF_TX_RING_SIZE; in mlx4_en_get_profile() 175 params->prof[i].rx_ring_size = MLX4_EN_DEF_RX_RING_SIZE; in mlx4_en_get_profile() 177 params->prof[i].num_up = MLX4_EN_NUM_UP_LOW; in mlx4_en_get_profile() 178 params->prof[ in mlx4_en_get_profile() [all...] |
H A D | en_dcb_nl.c | 159 struct mlx4_en_port_profile *prof = priv->prof; in mlx4_en_dcbnl_set_all() local 168 rx_ppp = prof->rx_ppp; in mlx4_en_dcbnl_set_all() 169 tx_ppp = prof->tx_ppp; in mlx4_en_dcbnl_set_all() 195 rx_pause = !!(rx_ppp || tx_ppp) ? 0 : prof->rx_pause; in mlx4_en_dcbnl_set_all() 196 tx_pause = !!(rx_ppp || tx_ppp) ? 0 : prof->tx_pause; in mlx4_en_dcbnl_set_all() 200 rx_pause = prof->rx_pause; in mlx4_en_dcbnl_set_all() 201 tx_pause = prof->tx_pause; in mlx4_en_dcbnl_set_all() 211 prof->tx_ppp = tx_ppp; in mlx4_en_dcbnl_set_all() 212 prof in mlx4_en_dcbnl_set_all() 415 struct mlx4_en_port_profile *prof = priv->prof; mlx4_en_dcbnl_ieee_setpfc() local [all...] |
H A D | en_netdev.c | 104 memcpy(&new_prof, priv->prof, sizeof(struct mlx4_en_port_profile)); in mlx4_en_alloc_tx_queue_per_tc() 1764 priv->prof->tx_pause, in mlx4_en_start_port() 1765 priv->prof->tx_ppp, in mlx4_en_start_port() 1766 priv->prof->rx_pause, in mlx4_en_start_port() 1767 priv->prof->rx_ppp); in mlx4_en_start_port() 2134 priv->prof->rx_ring_size, priv->stride); in mlx4_en_free_resources() 2143 struct mlx4_en_port_profile *prof = priv->prof; in mlx4_en_alloc_resources() local 2152 prof->tx_ring_size, i, t, node)) in mlx4_en_alloc_resources() 2156 prof in mlx4_en_alloc_resources() 2205 mlx4_en_copy_priv(struct mlx4_en_priv *dst, struct mlx4_en_priv *src, struct mlx4_en_port_profile *prof) mlx4_en_copy_priv() argument 2273 mlx4_en_try_alloc_resources(struct mlx4_en_priv *priv, struct mlx4_en_priv *tmp, struct mlx4_en_port_profile *prof, bool carry_xdp_prog) mlx4_en_try_alloc_resources() argument 3155 mlx4_en_init_netdev(struct mlx4_en_dev *mdev, int port, struct mlx4_en_port_profile *prof) mlx4_en_init_netdev() argument [all...] |
/kernel/linux/linux-5.10/drivers/s390/block/ |
H A D | dasd_proc.c | 200 struct dasd_profile_info *prof; in dasd_stats_proc_show() local 204 prof = dasd_global_profile.data; in dasd_stats_proc_show() 205 if (!prof) { in dasd_stats_proc_show() 214 for (factor = 1; (prof->dasd_io_reqs / factor) > 9999999; in dasd_stats_proc_show() 217 seq_printf(m, "%d dasd I/O requests\n", prof->dasd_io_reqs); in dasd_stats_proc_show() 219 prof->dasd_io_sects); in dasd_stats_proc_show() 231 dasd_statistics_array(m, prof->dasd_io_secs, factor); in dasd_stats_proc_show() 233 dasd_statistics_array(m, prof->dasd_io_times, factor); in dasd_stats_proc_show() 235 dasd_statistics_array(m, prof->dasd_io_timps, factor); in dasd_stats_proc_show() 237 dasd_statistics_array(m, prof in dasd_stats_proc_show() [all...] |
/kernel/linux/linux-6.6/drivers/s390/block/ |
H A D | dasd_proc.c | 200 struct dasd_profile_info *prof; in dasd_stats_proc_show() local 204 prof = dasd_global_profile.data; in dasd_stats_proc_show() 205 if (!prof) { in dasd_stats_proc_show() 214 for (factor = 1; (prof->dasd_io_reqs / factor) > 9999999; in dasd_stats_proc_show() 217 seq_printf(m, "%d dasd I/O requests\n", prof->dasd_io_reqs); in dasd_stats_proc_show() 219 prof->dasd_io_sects); in dasd_stats_proc_show() 231 dasd_statistics_array(m, prof->dasd_io_secs, factor); in dasd_stats_proc_show() 233 dasd_statistics_array(m, prof->dasd_io_times, factor); in dasd_stats_proc_show() 235 dasd_statistics_array(m, prof->dasd_io_timps, factor); in dasd_stats_proc_show() 237 dasd_statistics_array(m, prof in dasd_stats_proc_show() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | cn10k.c | 378 aq->prof.icolor = 0x03; in cn10k_set_ipolicer_rate() 382 aq->prof.cir_exponent = rate_exp; in cn10k_set_ipolicer_rate() 385 aq->prof.cir_mantissa = rate_mantissa; in cn10k_set_ipolicer_rate() 388 aq->prof.cbs_exponent = burst_exp; in cn10k_set_ipolicer_rate() 391 aq->prof.cbs_mantissa = burst_mantissa; in cn10k_set_ipolicer_rate() 394 aq->prof.rdiv = rdiv; in cn10k_set_ipolicer_rate() 411 aq->prof.adjust_exponent = 1; in cn10k_set_ipolicer_rate() 414 aq->prof.adjust_mantissa = 384; in cn10k_set_ipolicer_rate() 417 aq->prof.lmode = 0x1; in cn10k_set_ipolicer_rate() 424 aq->prof in cn10k_set_ipolicer_rate() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_dcb_nl.c | 159 struct mlx4_en_port_profile *prof = priv->prof; in mlx4_en_dcbnl_set_all() local 168 rx_ppp = prof->rx_ppp; in mlx4_en_dcbnl_set_all() 169 tx_ppp = prof->tx_ppp; in mlx4_en_dcbnl_set_all() 195 rx_pause = !!(rx_ppp || tx_ppp) ? 0 : prof->rx_pause; in mlx4_en_dcbnl_set_all() 196 tx_pause = !!(rx_ppp || tx_ppp) ? 0 : prof->tx_pause; in mlx4_en_dcbnl_set_all() 200 rx_pause = prof->rx_pause; in mlx4_en_dcbnl_set_all() 201 tx_pause = prof->tx_pause; in mlx4_en_dcbnl_set_all() 211 prof->tx_ppp = tx_ppp; in mlx4_en_dcbnl_set_all() 212 prof in mlx4_en_dcbnl_set_all() 415 struct mlx4_en_port_profile *prof = priv->prof; mlx4_en_dcbnl_ieee_setpfc() local [all...] |
H A D | en_main.c | 166 params->prof[i].rx_pause = !(pfcrx || pfctx); in mlx4_en_get_profile() 167 params->prof[i].rx_ppp = pfcrx; in mlx4_en_get_profile() 168 params->prof[i].tx_pause = !(pfcrx || pfctx); in mlx4_en_get_profile() 169 params->prof[i].tx_ppp = pfctx; in mlx4_en_get_profile() 171 params->prof[i].tx_ring_size = MLX4_EN_MIN_TX_SIZE; in mlx4_en_get_profile() 172 params->prof[i].rx_ring_size = MLX4_EN_MIN_RX_SIZE; in mlx4_en_get_profile() 174 params->prof[i].tx_ring_size = MLX4_EN_DEF_TX_RING_SIZE; in mlx4_en_get_profile() 175 params->prof[i].rx_ring_size = MLX4_EN_DEF_RX_RING_SIZE; in mlx4_en_get_profile() 177 params->prof[i].num_up = MLX4_EN_NUM_UP_LOW; in mlx4_en_get_profile() 178 params->prof[ in mlx4_en_get_profile() [all...] |
H A D | en_netdev.c | 105 memcpy(&new_prof, priv->prof, sizeof(struct mlx4_en_port_profile)); in mlx4_en_alloc_tx_queue_per_tc() 1774 priv->prof->tx_pause, in mlx4_en_start_port() 1775 priv->prof->tx_ppp, in mlx4_en_start_port() 1776 priv->prof->rx_pause, in mlx4_en_start_port() 1777 priv->prof->rx_ppp); in mlx4_en_start_port() 2145 priv->prof->rx_ring_size, priv->stride); in mlx4_en_free_resources() 2154 struct mlx4_en_port_profile *prof = priv->prof; in mlx4_en_alloc_resources() local 2163 prof->tx_ring_size, i, t, node)) in mlx4_en_alloc_resources() 2167 prof in mlx4_en_alloc_resources() 2216 mlx4_en_copy_priv(struct mlx4_en_priv *dst, struct mlx4_en_priv *src, struct mlx4_en_port_profile *prof) mlx4_en_copy_priv() argument 2284 mlx4_en_try_alloc_resources(struct mlx4_en_priv *priv, struct mlx4_en_priv *tmp, struct mlx4_en_port_profile *prof, bool carry_xdp_prog) mlx4_en_try_alloc_resources() argument 3100 mlx4_en_init_netdev(struct mlx4_en_dev *mdev, int port, struct mlx4_en_port_profile *prof) mlx4_en_init_netdev() argument [all...] |
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | ctcm_sysfs.c | 96 priv->channel[WRITE]->prof.maxmulti); in ctcm_print_statistics() 98 priv->channel[WRITE]->prof.maxcqueue); in ctcm_print_statistics() 100 priv->channel[WRITE]->prof.doios_single); in ctcm_print_statistics() 102 priv->channel[WRITE]->prof.doios_multi); in ctcm_print_statistics() 104 priv->channel[WRITE]->prof.txlen); in ctcm_print_statistics() 106 jiffies_to_usecs(priv->channel[WRITE]->prof.tx_time)); in ctcm_print_statistics() 133 memset(&priv->channel[WRITE]->prof, 0, in stats_write() 134 sizeof(priv->channel[CTCM_WRITE]->prof)); in stats_write()
|
H A D | netiucv.c | 170 struct connection_profile prof; member 711 conn->prof.tx_pending--; in conn_action_txdone() 740 if (conn->collect_len > conn->prof.maxmulti) in conn_action_txdone() 741 conn->prof.maxmulti = conn->collect_len; in conn_action_txdone() 751 conn->prof.send_stamp = jiffies; in conn_action_txdone() 756 conn->prof.doios_multi++; in conn_action_txdone() 757 conn->prof.txlen += conn->tx_buff->len; in conn_action_txdone() 758 conn->prof.tx_pending++; in conn_action_txdone() 759 if (conn->prof.tx_pending > conn->prof in conn_action_txdone() [all...] |
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | ctcm_sysfs.c | 96 priv->channel[WRITE]->prof.maxmulti); in ctcm_print_statistics() 98 priv->channel[WRITE]->prof.maxcqueue); in ctcm_print_statistics() 100 priv->channel[WRITE]->prof.doios_single); in ctcm_print_statistics() 102 priv->channel[WRITE]->prof.doios_multi); in ctcm_print_statistics() 104 priv->channel[WRITE]->prof.txlen); in ctcm_print_statistics() 106 jiffies_to_usecs(priv->channel[WRITE]->prof.tx_time)); in ctcm_print_statistics() 133 memset(&priv->channel[WRITE]->prof, 0, in stats_write() 134 sizeof(priv->channel[CTCM_WRITE]->prof)); in stats_write()
|
H A D | netiucv.c | 152 struct connection_profile prof; member 689 conn->prof.tx_pending--; in conn_action_txdone() 718 if (conn->collect_len > conn->prof.maxmulti) in conn_action_txdone() 719 conn->prof.maxmulti = conn->collect_len; in conn_action_txdone() 729 conn->prof.send_stamp = jiffies; in conn_action_txdone() 734 conn->prof.doios_multi++; in conn_action_txdone() 735 conn->prof.txlen += conn->tx_buff->len; in conn_action_txdone() 736 conn->prof.tx_pending++; in conn_action_txdone() 737 if (conn->prof.tx_pending > conn->prof in conn_action_txdone() [all...] |
/kernel/linux/linux-5.10/sound/pci/echoaudio/ |
H A D | mia_dsp.c | 33 static int set_professional_spdif(struct echoaudio *chip, char prof); 213 static int set_professional_spdif(struct echoaudio *chip, char prof) in set_professional_spdif() argument 215 dev_dbg(chip->card->dev, "set_professional_spdif %d\n", prof); in set_professional_spdif() 216 if (prof) in set_professional_spdif() 222 chip->professional_spdif = prof; in set_professional_spdif()
|
H A D | echoaudio_gml.c | 156 static int set_professional_spdif(struct echoaudio *chip, char prof) in set_professional_spdif() argument 168 if (prof) { in set_professional_spdif() 199 chip->professional_spdif = prof; in set_professional_spdif() 201 prof ? "Professional" : "Consumer"); in set_professional_spdif()
|
H A D | gina20_dsp.c | 32 static int set_professional_spdif(struct echoaudio *chip, char prof); 205 static int set_professional_spdif(struct echoaudio *chip, char prof) in set_professional_spdif() argument 207 if (prof) in set_professional_spdif() 213 chip->professional_spdif = prof; in set_professional_spdif()
|
H A D | layla20_dsp.c | 33 static int set_professional_spdif(struct echoaudio *chip, char prof); 279 static int set_professional_spdif(struct echoaudio *chip, char prof) in set_professional_spdif() argument 281 if (prof) in set_professional_spdif() 287 chip->professional_spdif = prof; in set_professional_spdif()
|
/kernel/linux/linux-6.6/sound/pci/echoaudio/ |
H A D | mia_dsp.c | 33 static int set_professional_spdif(struct echoaudio *chip, char prof); 215 static int set_professional_spdif(struct echoaudio *chip, char prof) in set_professional_spdif() argument 217 dev_dbg(chip->card->dev, "set_professional_spdif %d\n", prof); in set_professional_spdif() 218 if (prof) in set_professional_spdif() 224 chip->professional_spdif = prof; in set_professional_spdif()
|
H A D | echoaudio_gml.c | 156 static int set_professional_spdif(struct echoaudio *chip, char prof) in set_professional_spdif() argument 168 if (prof) { in set_professional_spdif() 200 chip->professional_spdif = prof; in set_professional_spdif() 202 prof ? "Professional" : "Consumer"); in set_professional_spdif()
|
H A D | gina20_dsp.c | 32 static int set_professional_spdif(struct echoaudio *chip, char prof); 207 static int set_professional_spdif(struct echoaudio *chip, char prof) in set_professional_spdif() argument 209 if (prof) in set_professional_spdif() 215 chip->professional_spdif = prof; in set_professional_spdif()
|