/linux-4.1.27/drivers/media/dvb-frontends/ |
D | stv0900_core.c | 1913 struct stv0900_init_params init_params; in stv0900_attach() local 1931 init_params.dmd_ref_clk = config->xtal; in stv0900_attach() 1932 init_params.demod_mode = config->demod_mode; in stv0900_attach() 1933 init_params.rolloff = STV0900_35; in stv0900_attach() 1934 init_params.path1_ts_clock = config->path1_mode; in stv0900_attach() 1935 init_params.tun1_maddress = config->tun1_maddress; in stv0900_attach() 1936 init_params.tun1_iq_inv = STV0900_IQ_NORMAL; in stv0900_attach() 1937 init_params.tuner1_adc = config->tun1_adc; in stv0900_attach() 1938 init_params.tuner1_type = config->tun1_type; in stv0900_attach() 1939 init_params.path2_ts_clock = config->path2_mode; in stv0900_attach() [all …]
|
/linux-4.1.27/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 | 1588 rc = adapter->hw.mac.ops.init_params(&adapter->hw); in igbvf_sw_init() 1592 rc = adapter->hw.mbx.ops.init_params(&adapter->hw); in igbvf_sw_init()
|
/linux-4.1.27/tools/perf/ |
D | builtin-probe.c | 282 static int init_params(void) in init_params() function 519 ret = init_params(); in cmd_probe()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/ |
D | mbx.c | 339 .init_params = ixgbevf_init_mbx_params_vf,
|
D | vf.h | 97 s32 (*init_params)(struct ixgbe_hw *hw); member
|
D | ixgbevf_main.c | 2627 hw->mbx.ops.init_params(hw); in ixgbevf_sw_init()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sriov.h | 419 struct bnx2x_queue_init_params *init_params, 424 struct bnx2x_queue_init_params *init_params,
|
D | bnx2x_sriov.c | 127 struct bnx2x_queue_init_params *init_params, in bnx2x_vfop_qctor_dump_tx() argument 136 init_params->tx.sb_cq_index, in bnx2x_vfop_qctor_dump_tx() 137 init_params->tx.hc_rate, in bnx2x_vfop_qctor_dump_tx() 143 struct bnx2x_queue_init_params *init_params, in bnx2x_vfop_qctor_dump_rx() argument 154 init_params->rx.sb_cq_index, in bnx2x_vfop_qctor_dump_rx() 155 init_params->rx.hc_rate, in bnx2x_vfop_qctor_dump_rx()
|
D | bnx2x_main.c | 8607 struct bnx2x_fastpath *fp, struct bnx2x_queue_init_params *init_params) in bnx2x_pf_q_prep_init() argument 8614 __set_bit(BNX2X_Q_FLG_HC, &init_params->rx.flags); in bnx2x_pf_q_prep_init() 8615 __set_bit(BNX2X_Q_FLG_HC, &init_params->tx.flags); in bnx2x_pf_q_prep_init() 8620 __set_bit(BNX2X_Q_FLG_HC_EN, &init_params->rx.flags); in bnx2x_pf_q_prep_init() 8621 __set_bit(BNX2X_Q_FLG_HC_EN, &init_params->tx.flags); in bnx2x_pf_q_prep_init() 8624 init_params->rx.hc_rate = bp->rx_ticks ? in bnx2x_pf_q_prep_init() 8626 init_params->tx.hc_rate = bp->tx_ticks ? in bnx2x_pf_q_prep_init() 8630 init_params->rx.fw_sb_id = init_params->tx.fw_sb_id = in bnx2x_pf_q_prep_init() 8637 init_params->rx.sb_cq_index = HC_INDEX_ETH_RX_CQ_CONS; in bnx2x_pf_q_prep_init() 8638 init_params->tx.sb_cq_index = HC_INDEX_ETH_FIRST_TX_CQ_CONS; in bnx2x_pf_q_prep_init() [all …]
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_x550.c | 344 hw->eeprom.ops.init_params(hw); in ixgbe_calc_checksum_X550() 1476 .init_params = &ixgbe_init_eeprom_params_X550, 1481 .init_params = &ixgbe_init_eeprom_params_X540,
|
D | ixgbe_common.c | 842 hw->eeprom.ops.init_params(hw); in ixgbe_write_eeprom_buffer_bit_bang_generic() 965 hw->eeprom.ops.init_params(hw); in ixgbe_write_eeprom_generic() 988 hw->eeprom.ops.init_params(hw); in ixgbe_read_eeprom_buffer_bit_bang_generic() 1079 hw->eeprom.ops.init_params(hw); in ixgbe_read_eeprom_bit_bang_generic() 1103 hw->eeprom.ops.init_params(hw); in ixgbe_read_eerd_buffer_generic() 1200 hw->eeprom.ops.init_params(hw); in ixgbe_write_eewr_buffer_generic()
|
D | ixgbe_x540.c | 828 .init_params = &ixgbe_init_eeprom_params_X540,
|
D | ixgbe_82598.c | 1205 .init_params = &ixgbe_init_eeprom_params_generic,
|
D | ixgbe_type.h | 3005 s32 (*init_params)(struct ixgbe_hw *); member 3181 s32 (*init_params)(struct ixgbe_hw *hw); member
|
D | ixgbe_82599.c | 2347 .init_params = &ixgbe_init_eeprom_params_generic,
|
/linux-4.1.27/tools/perf/bench/ |
D | numa.c | 1582 static void init_params(struct params *p, const char *name, int argc, const char **argv) in init_params() function 1615 init_params(&p0, name, argc, argv); in run_bench_numa() 1736 init_params(&p0, "main,", argc, argv); in bench_numa()
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
D | e1000_hw.h | 492 s32 (*init_params)(struct e1000_hw *hw); member
|