/linux-4.4.14/drivers/media/dvb-frontends/ |
D | stv0900_core.c | 1915 struct stv0900_init_params init_params; in stv0900_attach() local 1933 init_params.dmd_ref_clk = config->xtal; in stv0900_attach() 1934 init_params.demod_mode = config->demod_mode; in stv0900_attach() 1935 init_params.rolloff = STV0900_35; in stv0900_attach() 1936 init_params.path1_ts_clock = config->path1_mode; in stv0900_attach() 1937 init_params.tun1_maddress = config->tun1_maddress; in stv0900_attach() 1938 init_params.tun1_iq_inv = STV0900_IQ_NORMAL; in stv0900_attach() 1939 init_params.tuner1_adc = config->tun1_adc; in stv0900_attach() 1940 init_params.tuner1_type = config->tun1_type; in stv0900_attach() 1941 init_params.path2_ts_clock = config->path2_mode; in stv0900_attach() [all …]
|
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/ |
D | vf.h | 175 s32 (*init_params)(struct e1000_hw *); member 205 s32 (*init_params)(struct e1000_hw *hw); member
|
D | vf.c | 81 hw->mac.ops.init_params = e1000_init_mac_params_vf; in e1000_init_function_pointers_vf() 82 hw->mbx.ops.init_params = e1000_init_mbx_params_vf; in e1000_init_function_pointers_vf()
|
D | netdev.c | 1589 rc = adapter->hw.mac.ops.init_params(&adapter->hw); in igbvf_sw_init() 1593 rc = adapter->hw.mbx.ops.init_params(&adapter->hw); in igbvf_sw_init()
|
/linux-4.4.14/tools/perf/ |
D | builtin-probe.c | 285 static int init_params(void) in init_params() function 630 ret = init_params(); in cmd_probe()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/ |
D | mbx.c | 339 .init_params = ixgbevf_init_mbx_params_vf,
|
D | vf.h | 98 s32 (*init_params)(struct ixgbe_hw *hw); member
|
D | ixgbevf_main.c | 2639 hw->mbx.ops.init_params(hw); in ixgbevf_sw_init()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sriov.h | 431 struct bnx2x_queue_init_params *init_params, 436 struct bnx2x_queue_init_params *init_params,
|
D | bnx2x_sriov.c | 129 struct bnx2x_queue_init_params *init_params, in bnx2x_vfop_qctor_dump_tx() argument 138 init_params->tx.sb_cq_index, in bnx2x_vfop_qctor_dump_tx() 139 init_params->tx.hc_rate, in bnx2x_vfop_qctor_dump_tx() 145 struct bnx2x_queue_init_params *init_params, in bnx2x_vfop_qctor_dump_rx() argument 156 init_params->rx.sb_cq_index, in bnx2x_vfop_qctor_dump_rx() 157 init_params->rx.hc_rate, in bnx2x_vfop_qctor_dump_rx()
|
D | bnx2x_main.c | 8689 struct bnx2x_fastpath *fp, struct bnx2x_queue_init_params *init_params) in bnx2x_pf_q_prep_init() argument 8696 __set_bit(BNX2X_Q_FLG_HC, &init_params->rx.flags); in bnx2x_pf_q_prep_init() 8697 __set_bit(BNX2X_Q_FLG_HC, &init_params->tx.flags); in bnx2x_pf_q_prep_init() 8702 __set_bit(BNX2X_Q_FLG_HC_EN, &init_params->rx.flags); in bnx2x_pf_q_prep_init() 8703 __set_bit(BNX2X_Q_FLG_HC_EN, &init_params->tx.flags); in bnx2x_pf_q_prep_init() 8706 init_params->rx.hc_rate = bp->rx_ticks ? in bnx2x_pf_q_prep_init() 8708 init_params->tx.hc_rate = bp->tx_ticks ? in bnx2x_pf_q_prep_init() 8712 init_params->rx.fw_sb_id = init_params->tx.fw_sb_id = in bnx2x_pf_q_prep_init() 8719 init_params->rx.sb_cq_index = HC_INDEX_ETH_RX_CQ_CONS; in bnx2x_pf_q_prep_init() 8720 init_params->tx.sb_cq_index = HC_INDEX_ETH_FIRST_TX_CQ_CONS; in bnx2x_pf_q_prep_init() [all …]
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_common.c | 849 hw->eeprom.ops.init_params(hw); in ixgbe_write_eeprom_buffer_bit_bang_generic() 972 hw->eeprom.ops.init_params(hw); in ixgbe_write_eeprom_generic() 995 hw->eeprom.ops.init_params(hw); in ixgbe_read_eeprom_buffer_bit_bang_generic() 1086 hw->eeprom.ops.init_params(hw); in ixgbe_read_eeprom_bit_bang_generic() 1110 hw->eeprom.ops.init_params(hw); in ixgbe_read_eerd_buffer_generic() 1207 hw->eeprom.ops.init_params(hw); in ixgbe_write_eewr_buffer_generic()
|
D | ixgbe_x550.c | 684 hw->eeprom.ops.init_params(hw); in ixgbe_calc_checksum_X550() 2416 .init_params = &ixgbe_init_eeprom_params_X550, 2421 .init_params = &ixgbe_init_eeprom_params_X540,
|
D | ixgbe_x540.c | 863 .init_params = &ixgbe_init_eeprom_params_X540,
|
D | ixgbe_82598.c | 1205 .init_params = &ixgbe_init_eeprom_params_generic,
|
D | ixgbe_type.h | 3225 s32 (*init_params)(struct ixgbe_hw *); member 3412 s32 (*init_params)(struct ixgbe_hw *hw); member
|
D | ixgbe_82599.c | 2234 .init_params = &ixgbe_init_eeprom_params_generic,
|
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
D | e1000_hw.h | 492 s32 (*init_params)(struct e1000_hw *hw); member
|
/linux-4.4.14/tools/perf/bench/ |
D | numa.c | 1613 static void init_params(struct params *p, const char *name, int argc, const char **argv) in init_params() function 1646 init_params(&p0, name, argc, argv); in run_bench_numa() 1767 init_params(&p0, "main,", argc, argv); in bench_numa()
|