Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/brocade/bna/
Dbnad.c66 (((_bnad)->cfg_flags & BNAD_CF_MSIX) ? \
1424 if (bnad->cfg_flags & BNAD_CF_MSIX) { in bnad_mbox_irq_alloc()
1464 u32 cfg_flags; in bnad_txrx_irq_alloc() local
1468 cfg_flags = bnad->cfg_flags; in bnad_txrx_irq_alloc()
1471 if (cfg_flags & BNAD_CF_MSIX) { in bnad_txrx_irq_alloc()
1809 if (bnad->cfg_flags & BNAD_CF_DIM_ENABLED && in bnad_dim_timer_start()
2172 if (bnad->cfg_flags & BNAD_CF_DIM_ENABLED && in bnad_destroy_rx()
2288 if (bnad->cfg_flags & BNAD_CF_DIM_ENABLED) in bnad_setup_rx()
2485 if (bnad->cfg_flags & BNAD_CF_MSIX) in bnad_mbox_irq_sync()
2547 if (!(bnad->cfg_flags & BNAD_CF_MSIX)) in bnad_q_num_init()
[all …]
Dbnad_ethtool.c335 (bnad->cfg_flags & BNAD_CF_DIM_ENABLED) ? true : false; in bnad_get_coalesce()
372 if (!(bnad->cfg_flags & BNAD_CF_DIM_ENABLED)) { in bnad_set_coalesce()
373 bnad->cfg_flags |= BNAD_CF_DIM_ENABLED; in bnad_set_coalesce()
377 if (bnad->cfg_flags & BNAD_CF_DIM_ENABLED) { in bnad_set_coalesce()
378 bnad->cfg_flags &= ~BNAD_CF_DIM_ENABLED; in bnad_set_coalesce()
379 if (bnad->cfg_flags & BNAD_CF_DIM_ENABLED && in bnad_set_coalesce()
405 if (!(bnad->cfg_flags & BNAD_CF_DIM_ENABLED)) in bnad_set_coalesce()
482 bnad->cfg_flags &= ~(BNAD_CF_ALLMULTI | in bnad_set_ringparam()
Dbnad.h320 u32 cfg_flags; member
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dobd_config.c1421 clli->cfg_flags, marker->cm_flags); in class_config_llog_handler()
1424 clli->cfg_flags = CFG_F_MARKER; in class_config_llog_handler()
1426 clli->cfg_flags |= CFG_F_SKIP; in class_config_llog_handler()
1433 clli->cfg_flags |= CFG_F_EXCLUDE; in class_config_llog_handler()
1438 clli->cfg_flags = 0; in class_config_llog_handler()
1443 if (!(clli->cfg_flags & CFG_F_COMPAT146) && in class_config_llog_handler()
1444 !(clli->cfg_flags & CFG_F_MARKER) && in class_config_llog_handler()
1448 clli->cfg_uuid.uuid, clli->cfg_flags); in class_config_llog_handler()
1449 clli->cfg_flags |= CFG_F_SKIP; in class_config_llog_handler()
1451 if (clli->cfg_flags & CFG_F_SKIP) { in class_config_llog_handler()
[all …]
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sriov.h121 u16 cfg_flags; member
375 if (vf->cfg_flags & VF_CFG_STATS_COALESCE) in vfq_stat_id()
Dbnx2x_sriov.c203 if (vf->cfg_flags & VF_CFG_FW_FC) in bnx2x_vfop_qctor_prep()
528 vf->cfg_flags |= VF_CFG_VLAN; in bnx2x_vf_queue_setup()
768 if (vf->cfg_flags & VF_CFG_INT_SIMD) in bnx2x_vf_igu_reset()
1983 if (vf->cfg_flags & VF_CFG_STATS_COALESCE) in bnx2x_iov_adjust_stats_req()
2164 if (vf->cfg_flags & VF_CFG_STATS) in bnx2x_vf_init()
2167 if (vf->cfg_flags & VF_CFG_TPA) in bnx2x_vf_init()
2593 if (BP_VF(bp, vfidx)->cfg_flags & VF_CFG_VLAN) in bnx2x_pf_set_vfs_vlan()
2954 vf->cfg_flags &= ~VF_CFG_VLAN; in bnx2x_set_vf_vlan()
Dbnx2x_vfpf.c1368 vf->cfg_flags |= VF_CFG_EXT_BULLETIN; in bnx2x_vf_mbx_acquire()
1370 vf->cfg_flags &= ~VF_CFG_EXT_BULLETIN; in bnx2x_vf_mbx_acquire()
1392 vf->cfg_flags |= VF_CFG_STATS_COALESCE; in bnx2x_vf_mbx_init_vf()
1395 if (vf->cfg_flags & VF_CFG_EXT_BULLETIN) in bnx2x_vf_mbx_init_vf()
2160 (bnx2x_vf(bp, vf, cfg_flags) & in bnx2x_post_vf_bulletin()
/linux-4.1.27/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c212 cld->cld_cfg.cfg_flags = 0; in do_config_log_add()
1676 cld->cld_cfg.cfg_flags |= CFG_F_COMPAT146; in mgc_process_config()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd_class.h166 int cfg_flags; member