Home
last modified time | relevance | path

Searched refs:cfg_flags (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/brocade/bna/
Dbnad.c57 (((_bnad)->cfg_flags & BNAD_CF_MSIX) ? \
1412 if (bnad->cfg_flags & BNAD_CF_MSIX) { in bnad_mbox_irq_alloc()
1452 u32 cfg_flags; in bnad_txrx_irq_alloc() local
1456 cfg_flags = bnad->cfg_flags; in bnad_txrx_irq_alloc()
1459 if (cfg_flags & BNAD_CF_MSIX) { in bnad_txrx_irq_alloc()
1797 if (bnad->cfg_flags & BNAD_CF_DIM_ENABLED && in bnad_dim_timer_start()
2157 if (bnad->cfg_flags & BNAD_CF_DIM_ENABLED && in bnad_destroy_rx()
2273 if (bnad->cfg_flags & BNAD_CF_DIM_ENABLED) in bnad_setup_rx()
2470 if (bnad->cfg_flags & BNAD_CF_MSIX) in bnad_mbox_irq_sync()
2532 if (!(bnad->cfg_flags & BNAD_CF_MSIX)) in bnad_q_num_init()
[all …]
Dbnad_ethtool.c320 (bnad->cfg_flags & BNAD_CF_DIM_ENABLED) ? true : false; in bnad_get_coalesce()
357 if (!(bnad->cfg_flags & BNAD_CF_DIM_ENABLED)) { in bnad_set_coalesce()
358 bnad->cfg_flags |= BNAD_CF_DIM_ENABLED; in bnad_set_coalesce()
362 if (bnad->cfg_flags & BNAD_CF_DIM_ENABLED) { in bnad_set_coalesce()
363 bnad->cfg_flags &= ~BNAD_CF_DIM_ENABLED; in bnad_set_coalesce()
364 if (bnad->cfg_flags & BNAD_CF_DIM_ENABLED && in bnad_set_coalesce()
390 if (!(bnad->cfg_flags & BNAD_CF_DIM_ENABLED)) in bnad_set_coalesce()
467 bnad->cfg_flags &= ~(BNAD_CF_ALLMULTI | in bnad_set_ringparam()
Dbnad.h313 u32 cfg_flags; member
/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_vfpf.c1449 vf->cfg_flags |= VF_CFG_EXT_BULLETIN; in bnx2x_vf_mbx_acquire()
1451 vf->cfg_flags &= ~VF_CFG_EXT_BULLETIN; in bnx2x_vf_mbx_acquire()
1457 vf->cfg_flags |= VF_CFG_VLAN_FILTER; in bnx2x_vf_mbx_acquire()
1459 vf->cfg_flags &= ~VF_CFG_VLAN_FILTER; in bnx2x_vf_mbx_acquire()
1480 vf->cfg_flags |= VF_CFG_STATS_COALESCE; in bnx2x_vf_mbx_init_vf()
1483 if (vf->cfg_flags & VF_CFG_EXT_BULLETIN) in bnx2x_vf_mbx_init_vf()
1813 (!(vf->cfg_flags & VF_CFG_VLAN_FILTER) || in bnx2x_vf_mbx_qfilters()
2292 (bnx2x_vf(bp, vf, cfg_flags) & in bnx2x_post_vf_bulletin()
Dbnx2x_sriov.h129 u16 cfg_flags; member
391 if (vf->cfg_flags & VF_CFG_STATS_COALESCE) in vfq_stat_id()
Dbnx2x_sriov.c1960 if (vf->cfg_flags & VF_CFG_STATS_COALESCE) in bnx2x_iov_adjust_stats_req()
2887 if (vlan || !(vf->cfg_flags & VF_CFG_VLAN_FILTER)) in bnx2x_set_vf_vlan()
/Linux-v5.4/include/linux/soc/ti/
Dti_sci_protocol.h484 u64 *boot_vector, u32 *cfg_flags, u32 *ctrl_flags,
/Linux-v5.4/drivers/tty/serial/
Dqcom_geni_serial.c209 static void qcom_geni_serial_config_port(struct uart_port *uport, int cfg_flags) in qcom_geni_serial_config_port() argument
211 if (cfg_flags & UART_CONFIG_TYPE) { in qcom_geni_serial_config_port()
/Linux-v5.4/drivers/firmware/
Dti_sci.c2862 u8 proc_id, u64 *bv, u32 *cfg_flags, in ti_sci_cmd_proc_get_status() argument
2905 *cfg_flags = resp->config_flags; in ti_sci_cmd_proc_get_status()