/kernel/linux/linux-5.10/drivers/remoteproc/ |
H A D | ti_sci_proc.h | 91 u64 *boot_vector, u32 *cfg_flags, in ti_sci_proc_get_status() 97 cfg_flags, ctrl_flags, status_flags); in ti_sci_proc_get_status() 90 ti_sci_proc_get_status(struct ti_sci_proc *tsp, u64 *boot_vector, u32 *cfg_flags, u32 *ctrl_flags, u32 *status_flags) ti_sci_proc_get_status() argument
|
/kernel/linux/linux-6.6/drivers/remoteproc/ |
H A D | ti_sci_proc.h | 91 u64 *boot_vector, u32 *cfg_flags, in ti_sci_proc_get_status() 97 cfg_flags, ctrl_flags, status_flags); in ti_sci_proc_get_status() 90 ti_sci_proc_get_status(struct ti_sci_proc *tsp, u64 *boot_vector, u32 *cfg_flags, u32 *ctrl_flags, u32 *status_flags) ti_sci_proc_get_status() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/ |
H A D | bnad.c | 57 (((_bnad)->cfg_flags & BNAD_CF_MSIX) ? \ 849 * with bna_lock held, so cfg_flags access is OK 861 * bnad->cfg_flags access. 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 in bnad_destroy_rx() 2695 u32 cfg_flags; bnad_disable_msix() local [all...] |
H A D | bnad_ethtool.c | 319 (bnad->cfg_flags & BNAD_CF_DIM_ENABLED) ? true : false; in bnad_get_coalesce() 356 if (!(bnad->cfg_flags & BNAD_CF_DIM_ENABLED)) { in bnad_set_coalesce() 357 bnad->cfg_flags |= BNAD_CF_DIM_ENABLED; in bnad_set_coalesce() 361 if (bnad->cfg_flags & BNAD_CF_DIM_ENABLED) { in bnad_set_coalesce() 362 bnad->cfg_flags &= ~BNAD_CF_DIM_ENABLED; in bnad_set_coalesce() 363 if (bnad->cfg_flags & BNAD_CF_DIM_ENABLED && in bnad_set_coalesce() 389 if (!(bnad->cfg_flags & BNAD_CF_DIM_ENABLED)) in bnad_set_coalesce() 466 bnad->cfg_flags &= ~(BNAD_CF_ALLMULTI | in bnad_set_ringparam()
|
H A D | bnad.h | 260 /* Bit mask values for bnad->cfg_flags */ 311 u32 cfg_flags; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/brocade/bna/ |
H A D | bnad.c | 57 (((_bnad)->cfg_flags & BNAD_CF_MSIX) ? \ 849 * with bna_lock held, so cfg_flags access is OK 861 * bnad->cfg_flags access. 1411 if (bnad->cfg_flags & BNAD_CF_MSIX) { in bnad_mbox_irq_alloc() 1451 u32 cfg_flags; in bnad_txrx_irq_alloc() local 1455 cfg_flags = bnad->cfg_flags; in bnad_txrx_irq_alloc() 1458 if (cfg_flags & BNAD_CF_MSIX) { in bnad_txrx_irq_alloc() 1796 if (bnad->cfg_flags & BNAD_CF_DIM_ENABLED && in bnad_dim_timer_start() 2155 if (bnad->cfg_flags in bnad_destroy_rx() 2693 u32 cfg_flags; bnad_disable_msix() local [all...] |
H A D | bnad_ethtool.c | 321 (bnad->cfg_flags & BNAD_CF_DIM_ENABLED) ? true : false; in bnad_get_coalesce() 360 if (!(bnad->cfg_flags & BNAD_CF_DIM_ENABLED)) { in bnad_set_coalesce() 361 bnad->cfg_flags |= BNAD_CF_DIM_ENABLED; in bnad_set_coalesce() 365 if (bnad->cfg_flags & BNAD_CF_DIM_ENABLED) { in bnad_set_coalesce() 366 bnad->cfg_flags &= ~BNAD_CF_DIM_ENABLED; in bnad_set_coalesce() 367 if (bnad->cfg_flags & BNAD_CF_DIM_ENABLED && in bnad_set_coalesce() 393 if (!(bnad->cfg_flags & BNAD_CF_DIM_ENABLED)) in bnad_set_coalesce() 474 bnad->cfg_flags &= ~(BNAD_CF_ALLMULTI | in bnad_set_ringparam()
|
H A D | bnad.h | 260 /* Bit mask values for bnad->cfg_flags */ 311 u32 cfg_flags; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_vfpf.c | 1449 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() 2304 (bnx2x_vf(bp, vf, cfg_flags) & in bnx2x_post_vf_bulletin()
|
H A D | bnx2x_sriov.h | 129 u16 cfg_flags; member 392 if (vf->cfg_flags & VF_CFG_STATS_COALESCE) in vfq_stat_id()
|
H A D | bnx2x_sriov.c | 1954 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_vfpf.c | 1451 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() 1815 (!(vf->cfg_flags & VF_CFG_VLAN_FILTER) || in bnx2x_vf_mbx_qfilters() 2306 (bnx2x_vf(bp, vf, cfg_flags) & in bnx2x_post_vf_bulletin()
|
H A D | bnx2x_sriov.h | 129 u16 cfg_flags; member 392 if (vf->cfg_flags & VF_CFG_STATS_COALESCE) in vfq_stat_id()
|
H A D | bnx2x_sriov.c | 1947 if (vf->cfg_flags & VF_CFG_STATS_COALESCE) in bnx2x_iov_adjust_stats_req() 2880 if (vlan || !(vf->cfg_flags & VF_CFG_VLAN_FILTER)) in bnx2x_set_vf_vlan()
|
/kernel/linux/linux-5.10/include/linux/soc/ti/ |
H A D | ti_sci_protocol.h | 487 u64 *boot_vector, u32 *cfg_flags, u32 *ctrl_flags,
|
/kernel/linux/linux-6.6/include/linux/soc/ti/ |
H A D | ti_sci_protocol.h | 526 u64 *boot_vector, u32 *cfg_flags, u32 *ctrl_flags,
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | qcom_geni_serial.c | 210 static void qcom_geni_serial_config_port(struct uart_port *uport, int cfg_flags) in qcom_geni_serial_config_port() argument 212 if (cfg_flags & UART_CONFIG_TYPE) { in qcom_geni_serial_config_port()
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | qcom_geni_serial.c | 200 static void qcom_geni_serial_config_port(struct uart_port *uport, int cfg_flags) in qcom_geni_serial_config_port() argument 202 if (cfg_flags & UART_CONFIG_TYPE) { in qcom_geni_serial_config_port()
|
/kernel/linux/linux-5.10/drivers/firmware/ |
H A D | ti_sci.c | 2799 u8 proc_id, u64 *bv, u32 *cfg_flags, in ti_sci_cmd_proc_get_status() 2842 *cfg_flags = resp->config_flags; in ti_sci_cmd_proc_get_status() 2798 ti_sci_cmd_proc_get_status(const struct ti_sci_handle *handle, u8 proc_id, u64 *bv, u32 *cfg_flags, u32 *ctrl_flags, u32 *sts_flags) ti_sci_cmd_proc_get_status() argument
|
/kernel/linux/linux-6.6/drivers/firmware/ |
H A D | ti_sci.c | 2725 * @cfg_flags: Processor specific configuration flags 2732 u8 proc_id, u64 *bv, u32 *cfg_flags, in ti_sci_cmd_proc_get_status() 2775 *cfg_flags = resp->config_flags; in ti_sci_cmd_proc_get_status() 2731 ti_sci_cmd_proc_get_status(const struct ti_sci_handle *handle, u8 proc_id, u64 *bv, u32 *cfg_flags, u32 *ctrl_flags, u32 *sts_flags) ti_sci_cmd_proc_get_status() argument
|