Searched refs:mfunc (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/pcmcia/ |
| A D | ti113x.h | 376 mfunc, devctl); in ti12xx_irqroute_func0() 407 mfunc = (mfunc & ~TI122X_MFUNC3_MASK) | TI122X_MFUNC3_IRQSER; in ti12xx_irqroute_func0() 454 mfunc = (mfunc & ~TI122X_MFUNC0_MASK) | TI122X_MFUNC0_INTA; in ti12xx_irqroute_func0() 462 mfunc_old = mfunc; in ti12xx_irqroute_func0() 466 mfunc = mfunc_old; in ti12xx_irqroute_func0() 549 mfunc, devctl); in ti12xx_irqroute_func1() 602 mfunc = (mfunc & ~TI122X_MFUNC0_MASK) | TI125X_MFUNC0_INTB; in ti12xx_irqroute_func1() 606 mfunc = (mfunc & ~TI122X_MFUNC1_MASK) | TI122X_MFUNC1_INTB; in ti12xx_irqroute_func1() 621 mfunc = mfunc_old; in ti12xx_irqroute_func1() 780 mfunc = (mfunc & ~TI122X_MFUNC3_MASK); in ti12xx_power_hook() [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| A D | cmd.c | 2232 container_of(mfunc, struct mlx4_priv, mfunc); in mlx4_master_comm_channel() 2353 priv->mfunc.comm = in mlx4_multi_func_init() 2358 priv->mfunc.comm = in mlx4_multi_func_init() 2361 if (!priv->mfunc.comm) { in mlx4_multi_func_init() 2486 priv->mfunc.comm = NULL; in mlx4_multi_func_init() 2489 priv->mfunc.vhcr, in mlx4_multi_func_init() 2491 priv->mfunc.vhcr = NULL; in mlx4_multi_func_init() 2525 if (!priv->mfunc.vhcr) in mlx4_cmd_init() 2559 if (!priv->mfunc.comm) in mlx4_report_internal_err_comm_event() 2591 priv->mfunc.comm = NULL; in mlx4_multi_func_cleanup() [all …]
|
| A D | eq.c | 141 struct mlx4_mfunc *mfunc = in mlx4_gen_slave_eqe() local 143 struct mlx4_priv *priv = container_of(mfunc, struct mlx4_priv, mfunc); in mlx4_gen_slave_eqe() 218 queue_work(priv->mfunc.master.comm_wq, in slave_event() 219 &priv->mfunc.master.slave_event_work); in slave_event() 387 ctx = &priv->mfunc.master.slave_state[slave]; in set_and_calc_slave_port_state() 454 struct mlx4_mfunc *mfunc = in mlx4_master_handle_slave_flr() local 457 container_of(mfunc, struct mlx4_priv, mfunc); in mlx4_master_handle_slave_flr() 733 queue_work(priv->mfunc.master.comm_wq, in mlx4_eq_int() 734 &priv->mfunc.master.comm_work); in mlx4_eq_int() 763 queue_work(priv->mfunc.master.comm_wq, in mlx4_eq_int() [all …]
|
| A D | resource_tracker.c | 507 priv->mfunc.master.res_tracker.slave_list = in mlx4_init_resource_tracker() 510 if (!priv->mfunc.master.res_tracker.slave_list) in mlx4_init_resource_tracker() 515 INIT_LIST_HEAD(&priv->mfunc.master.res_tracker. in mlx4_init_resource_tracker() 527 &priv->mfunc.master.res_tracker.res_alloc[i]; in mlx4_init_resource_tracker() 661 if (priv->mfunc.master.res_tracker.slave_list) { in mlx4_free_resource_tracker() 3349 if (!priv->mfunc.master.slave_state) in mlx4_GEN_EQE() 4609 &priv->mfunc.master.res_tracker; in _move_all_busy() 4931 &priv->mfunc.master.res_tracker; in rem_slave_mtts() 5030 &priv->mfunc.master.res_tracker; in mlx4_mirror_fs_rules() 5067 &priv->mfunc.master.res_tracker; in rem_slave_fs_rule() [all …]
|
| A D | catas.c | 106 comm_flags = swab32(readl((__iomem char *)priv->mfunc.comm + in mlx4_reset_slave() 131 (__iomem char *)priv->mfunc.comm + MLX4_COMM_CHAN_FLAGS); in mlx4_reset_slave() 135 comm_flags = swab32(readl((__iomem char *)priv->mfunc.comm + in mlx4_reset_slave() 244 slave_read = swab32(readl(&priv->mfunc.comm->slave_read)); in poll_catas()
|
| A D | fw.c | 265 vp_oper = &priv->mfunc.master.vf_oper[slave].vport[port]; in mlx4_activate_vst_qinq() 297 vp_oper = &priv->mfunc.master.vf_oper[slave].vport[port]; in mlx4_handle_vst_qinq() 299 slave_state = &priv->mfunc.master.slave_state[slave]; in mlx4_handle_vst_qinq() 454 &priv->mfunc.master.slave_state[slave]; in mlx4_QUERY_FUNC_CAP_wrapper() 2248 priv->mfunc.master.qp0_state[port].qp0_active) in check_qp0_state() 2271 if (!priv->mfunc.master.init_port_ref[port]) { in mlx4_INIT_PORT_wrapper() 2286 priv->mfunc.master.qp0_state[port].port_active = 1; in mlx4_INIT_PORT_wrapper() 2292 ++priv->mfunc.master.init_port_ref[port]; in mlx4_INIT_PORT_wrapper() 2369 if (priv->mfunc.master.init_port_ref[port] == 1) { in mlx4_CLOSE_PORT_wrapper() 2386 priv->mfunc.master.qp0_state[port].port_active = 0; in mlx4_CLOSE_PORT_wrapper() [all …]
|
| A D | qp.c | 157 priv->mfunc.master.qp0_state[port].proxy_qp0_active = 0; in __mlx4_qp_modify() 159 priv->mfunc.master.qp0_state[port].qp0_active = 0; in __mlx4_qp_modify() 198 priv->mfunc.master.qp0_state[port].proxy_qp0_active = 0; in __mlx4_qp_modify() 200 priv->mfunc.master.qp0_state[port].qp0_active = 0; in __mlx4_qp_modify() 203 priv->mfunc.master.qp0_state[port].proxy_qp0_active = 1; in __mlx4_qp_modify() 205 priv->mfunc.master.qp0_state[port].qp0_active = 1; in __mlx4_qp_modify()
|
| A D | port.c | 1252 struct mlx4_mfunc_master_ctx *master = &priv->mfunc.master; in mlx4_en_set_port_mtu() 1284 struct mlx4_mfunc_master_ctx *master = &priv->mfunc.master; in mlx4_en_set_port_user_mtu() 1316 struct mlx4_mfunc_master_ctx *master = &priv->mfunc.master; in mlx4_en_set_port_global_pause() 1513 priv->mfunc.master.slave_state[slave].ib_cap_mask[port]; in mlx4_common_set_port() 1514 priv->mfunc.master.slave_state[slave].ib_cap_mask[port] = new_cap_mask; in mlx4_common_set_port() 1517 priv->mfunc.master.slave_state[i].ib_cap_mask[port]; in mlx4_common_set_port() 1535 priv->mfunc.master.slave_state[slave].ib_cap_mask[port] = in mlx4_common_set_port()
|
| A D | intf.c | 367 swab32(readl(&mlx4_priv(dev)->mfunc.comm->slave_read)); in mlx4_unregister_device()
|
| A D | main.c | 745 s_state = &priv->mfunc.master.slave_state[i]; in mlx4_how_many_lives_vf() 815 s_slave = &priv->mfunc.master.slave_state[slave]; in mlx4_is_slave_active() 2028 comm_flags = swab32(readl((__iomem char *)priv->mfunc.comm + in mlx4_comm_check_offline() 2061 comm_caps = swab32(readl((__iomem char *)priv->mfunc.comm + in mlx4_reset_vf_support() 2072 u64 dma = (u64) priv->mfunc.vhcr_dma; in mlx4_init_slave() 2106 slave_read = swab32(readl(&priv->mfunc.comm->slave_read)); in mlx4_init_slave() 2697 priv->mfunc.master.vf_admin[entry].vport[port].guid = guid; in mlx4_set_admin_guid() 2705 return priv->mfunc.master.vf_admin[entry].vport[port].guid; in mlx4_get_admin_guid() 2721 priv->mfunc.master.vf_admin[entry].vport[port].guid = guid; in mlx4_set_random_admin_guid() 2858 priv->mfunc.master.slave_state[i].ib_cap_mask[port] = in mlx4_setup_hca()
|
| A D | mlx4.h | 897 struct mlx4_mfunc mfunc; member 1409 return &mlx4_priv(dev)->mfunc.master.res_tracker.lock; in mlx4_tlock()
|
| /linux/arch/x86/kernel/ |
| A D | smpboot.c | 356 #define link_mask(mfunc, c1, c2) \ argument 358 cpumask_set_cpu((c1), mfunc(c2)); \ 359 cpumask_set_cpu((c2), mfunc(c1)); \
|
Completed in 59 milliseconds