Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dobd_config.c1098 clli->cfg_flags, marker->cm_flags); in class_config_llog_handler()
1101 clli->cfg_flags = CFG_F_MARKER; in class_config_llog_handler()
1103 clli->cfg_flags |= CFG_F_SKIP; in class_config_llog_handler()
1110 clli->cfg_flags |= CFG_F_EXCLUDE; in class_config_llog_handler()
1115 clli->cfg_flags = 0; in class_config_llog_handler()
1120 if (!(clli->cfg_flags & CFG_F_COMPAT146) && in class_config_llog_handler()
1121 !(clli->cfg_flags & CFG_F_MARKER) && in class_config_llog_handler()
1125 clli->cfg_uuid.uuid, clli->cfg_flags); in class_config_llog_handler()
1126 clli->cfg_flags |= CFG_F_SKIP; in class_config_llog_handler()
1128 if (clli->cfg_flags & CFG_F_SKIP) { in class_config_llog_handler()
[all …]
/linux-4.4.14/drivers/net/ethernet/brocade/bna/
Dbnad.c67 (((_bnad)->cfg_flags & BNAD_CF_MSIX) ? \
1427 if (bnad->cfg_flags & BNAD_CF_MSIX) { in bnad_mbox_irq_alloc()
1467 u32 cfg_flags; in bnad_txrx_irq_alloc() local
1471 cfg_flags = bnad->cfg_flags; in bnad_txrx_irq_alloc()
1474 if (cfg_flags & BNAD_CF_MSIX) { in bnad_txrx_irq_alloc()
1812 if (bnad->cfg_flags & BNAD_CF_DIM_ENABLED && in bnad_dim_timer_start()
2174 if (bnad->cfg_flags & BNAD_CF_DIM_ENABLED && in bnad_destroy_rx()
2290 if (bnad->cfg_flags & BNAD_CF_DIM_ENABLED) in bnad_setup_rx()
2487 if (bnad->cfg_flags & BNAD_CF_MSIX) in bnad_mbox_irq_sync()
2549 if (!(bnad->cfg_flags & BNAD_CF_MSIX)) in bnad_q_num_init()
[all …]
Dbnad_ethtool.c337 (bnad->cfg_flags & BNAD_CF_DIM_ENABLED) ? true : false; in bnad_get_coalesce()
374 if (!(bnad->cfg_flags & BNAD_CF_DIM_ENABLED)) { in bnad_set_coalesce()
375 bnad->cfg_flags |= BNAD_CF_DIM_ENABLED; in bnad_set_coalesce()
379 if (bnad->cfg_flags & BNAD_CF_DIM_ENABLED) { in bnad_set_coalesce()
380 bnad->cfg_flags &= ~BNAD_CF_DIM_ENABLED; in bnad_set_coalesce()
381 if (bnad->cfg_flags & BNAD_CF_DIM_ENABLED && in bnad_set_coalesce()
407 if (!(bnad->cfg_flags & BNAD_CF_DIM_ENABLED)) in bnad_set_coalesce()
484 bnad->cfg_flags &= ~(BNAD_CF_ALLMULTI | in bnad_set_ringparam()
Dbnad.h322 u32 cfg_flags; member
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_vfpf.c1451 vf->cfg_flags |= VF_CFG_EXT_BULLETIN; in bnx2x_vf_mbx_acquire()
1453 vf->cfg_flags &= ~VF_CFG_EXT_BULLETIN; in bnx2x_vf_mbx_acquire()
1459 vf->cfg_flags |= VF_CFG_VLAN_FILTER; in bnx2x_vf_mbx_acquire()
1461 vf->cfg_flags &= ~VF_CFG_VLAN_FILTER; in bnx2x_vf_mbx_acquire()
1482 vf->cfg_flags |= VF_CFG_STATS_COALESCE; in bnx2x_vf_mbx_init_vf()
1485 if (vf->cfg_flags & VF_CFG_EXT_BULLETIN) in bnx2x_vf_mbx_init_vf()
1802 (!(vf->cfg_flags & VF_CFG_VLAN_FILTER) || in bnx2x_vf_mbx_qfilters()
2280 (bnx2x_vf(bp, vf, cfg_flags) & in bnx2x_post_vf_bulletin()
Dbnx2x_sriov.h128 u16 cfg_flags; member
387 if (vf->cfg_flags & VF_CFG_STATS_COALESCE) in vfq_stat_id()
Dbnx2x_sriov.c1941 if (vf->cfg_flags & VF_CFG_STATS_COALESCE) in bnx2x_iov_adjust_stats_req()
2862 if (vlan || !(vf->cfg_flags & VF_CFG_VLAN_FILTER)) in bnx2x_set_vf_vlan()
/linux-4.4.14/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c212 cld->cld_cfg.cfg_flags = 0; in do_config_log_add()
1646 cld->cld_cfg.cfg_flags |= CFG_F_COMPAT146; in mgc_process_config()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dobd_class.h134 int cfg_flags; member