Home
last modified time | relevance | path

Searched refs:admin (Results 1 – 25 of 39) sorted by relevance

12

/drivers/crypto/qat/qat_common/
Dadf_admin.c114 struct adf_admin_comms *admin = accel_dev->admin; in adf_put_admin_msg_sync() local
116 void __iomem *mailbox = admin->mailbox_addr; in adf_put_admin_msg_sync()
120 mutex_lock(&admin->lock); in adf_put_admin_msg_sync()
123 mutex_unlock(&admin->lock); in adf_put_admin_msg_sync()
127 memcpy(admin->virt_addr + offset, in, ADF_ADMINMSG_LEN); in adf_put_admin_msg_sync()
143 memcpy(out, admin->virt_addr + offset + in adf_put_admin_msg_sync()
147 mutex_unlock(&admin->lock); in adf_put_admin_msg_sync()
192 req.init_cfg_ptr = accel_dev->admin->const_tbl_addr; in adf_set_fw_constants()
279 if (!accel_dev->admin) { in adf_init_admin_pm()
293 struct adf_admin_comms *admin; in adf_init_admin_comms() local
[all …]
Dadf_accel_devices.h274 struct adf_admin_comms *admin; member
/drivers/net/dsa/sja1105/
Dsja1105_tas.c384 const struct tc_taprio_qopt_offload *admin) in sja1105_tas_check_conflicts() argument
403 max_cycle_time = max(offload->cycle_time, admin->cycle_time); in sja1105_tas_check_conflicts()
404 min_cycle_time = min(offload->cycle_time, admin->cycle_time); in sja1105_tas_check_conflicts()
416 div_s64_rem(admin->base_time, admin->cycle_time, &rem); in sja1105_tas_check_conflicts()
431 j < admin->num_entries; in sja1105_tas_check_conflicts()
432 delta2 += admin->entries[j].interval, j++) { in sja1105_tas_check_conflicts()
446 t2 += admin->cycle_time) { in sja1105_tas_check_conflicts()
510 struct tc_taprio_qopt_offload *admin) in sja1105_setup_tc_taprio() argument
519 if (!!tas_data->offload[port] == admin->enable) in sja1105_setup_tc_taprio()
522 if (!admin->enable) { in sja1105_setup_tc_taprio()
[all …]
Dsja1105_tas.h54 struct tc_taprio_qopt_offload *admin);
77 struct tc_taprio_qopt_offload *admin) in sja1105_setup_tc_taprio() argument
/drivers/block/zram/
DKconfig16 See Documentation/admin-guide/blockdev/zram.rst for more information.
64 For this feature, admin should set up backing device via
70 See Documentation/admin-guide/blockdev/zram.rst for more information.
76 With this feature, admin can track the state of allocated blocks
80 See Documentation/admin-guide/blockdev/zram.rst for more information.
/drivers/net/ethernet/ti/
Dam65-cpsw-qos.c117 int *admin) in am65_cpsw_port_est_is_swapped() argument
126 *admin = !!(val & AM65_CPSW_PN_EST_BUFSEL); in am65_cpsw_port_est_is_swapped()
128 return *admin == *oper; in am65_cpsw_port_est_is_swapped()
145 int oper, admin; in am65_cpsw_port_est_get_free_buf_num() local
149 if (am65_cpsw_port_est_is_swapped(ndev, &oper, &admin)) in am65_cpsw_port_est_get_free_buf_num()
159 oper, admin); in am65_cpsw_port_est_get_free_buf_num()
162 return admin; in am65_cpsw_port_est_get_free_buf_num()
216 int oper, admin; in am65_cpsw_est_update_state() local
221 if (!am65_cpsw_port_est_is_swapped(ndev, &oper, &admin)) in am65_cpsw_est_update_state()
/drivers/net/ethernet/marvell/prestera/
Dprestera_main.c146 err = prestera_hw_port_mac_mode_set(port, cfg->admin, in prestera_port_cfg_mac_write()
168 cfg_mac.admin = true; in prestera_port_open()
173 port->cfg_phy.admin = true; in prestera_port_open()
200 cfg_mac.admin = false; in prestera_port_close()
207 cfg_mac.admin = false; in prestera_port_close()
211 port->cfg_phy.admin = false; in prestera_port_close()
317 cfg_mac.admin = true; in prestera_pcs_config()
582 err = prestera_hw_port_phy_mode_set(port, port->cfg_phy.admin, in prestera_port_autoneg_set()
694 cfg_mac.admin = true; in prestera_port_create()
697 cfg_mac.admin = false; in prestera_port_create()
[all …]
Dprestera.h117 bool admin; member
125 bool admin; member
Dprestera_hw.h164 bool admin, u32 mode, u8 inband,
170 bool admin, bool adv, u32 mode, u64 modes,
Dprestera_hw.c301 u8 admin; member
326 u8 admin; member
1135 bool admin, u32 mode, u8 inband, in prestera_hw_port_mac_mode_set() argument
1145 .admin = admin, in prestera_hw_port_mac_mode_set()
1191 bool admin, bool adv, u32 mode, u64 modes, in prestera_hw_port_phy_mode_set() argument
1201 .admin = admin, in prestera_hw_port_phy_mode_set()
Dprestera_ethtool.c577 return prestera_hw_port_phy_mode_set(port, port->cfg_phy.admin, in prestera_port_mdix_set()
617 err = prestera_hw_port_phy_mode_set(port, port->cfg_phy.admin, in prestera_port_link_mode_set()
/drivers/parport/
DKconfig24 <file:Documentation/admin-guide/parport.rst> and
37 look at <file:Documentation/admin-guide/parport.rst>.
75 FIFO. See <file:Documentation/admin-guide/parport.rst> to find out how to
/drivers/staging/media/deprecated/zr364xx/
DKconfig10 See <file:Documentation/admin-guide/media/zr364xx.rst> for more info
/drivers/nvme/target/
DMakefile12 nvmet-y += core.o configfs.o admin-cmd.o fabrics-cmd.o \
Drdma.c322 struct nvmet_rdma_cmd *c, bool admin) in nvmet_rdma_alloc_cmd() argument
337 if (!admin && nvmet_rdma_alloc_inline_pages(ndev, c)) in nvmet_rdma_alloc_cmd()
344 c->wr.num_sge = admin ? 1 : ndev->inline_page_count + 1; in nvmet_rdma_alloc_cmd()
359 struct nvmet_rdma_cmd *c, bool admin) in nvmet_rdma_free_cmd() argument
361 if (!admin) in nvmet_rdma_free_cmd()
370 int nr_cmds, bool admin) in nvmet_rdma_alloc_cmds() argument
380 ret = nvmet_rdma_alloc_cmd(ndev, cmds + i, admin); in nvmet_rdma_alloc_cmds()
389 nvmet_rdma_free_cmd(ndev, cmds + i, admin); in nvmet_rdma_alloc_cmds()
396 struct nvmet_rdma_cmd *cmds, int nr_cmds, bool admin) in nvmet_rdma_free_cmds() argument
401 nvmet_rdma_free_cmd(ndev, cmds + i, admin); in nvmet_rdma_free_cmds()
/drivers/net/ethernet/mellanox/mlx5/core/en/
Dport.h41 u32 admin; member
Dport.c125 eproto->admin = MLX5_GET_ETH_PROTO(ptys_reg, out, ext, eth_proto_admin); in mlx5_port_query_eth_proto()
202 if (ext && !eproto.admin) { in mlx5e_port_linkspeed()
/drivers/staging/media/deprecated/meye/
DKconfig10 <file:Documentation/admin-guide/media/meye.rst> for more information.
/drivers/md/bcache/
DKconfig11 See Documentation/admin-guide/bcache.rst for details.
/drivers/net/ethernet/marvell/octeontx2/
DKconfig18 Unit's admin function manager which manages all RVU HW resources
/drivers/media/pci/bt8xx/
DKconfig20 <file:Documentation/admin-guide/media/bttv.rst> for more information.
/drivers/cpufreq/
DKconfig17 <file:Documentation/admin-guide/pm/cpufreq.rst>.
168 <file:Documentation/admin-guide/pm/cpufreq.rst>.
193 <file:Documentation/admin-guide/pm/cpufreq.rst>.
/drivers/net/bonding/
Dbond_3ad.c584 const struct port_params *admin = &port->partner_admin; in __update_default_selected() local
590 if (admin->port_number != oper->port_number || in __update_default_selected()
591 admin->port_priority != oper->port_priority || in __update_default_selected()
592 !MAC_ADDRESS_EQUAL(&admin->system, &oper->system) || in __update_default_selected()
593 admin->system_priority != oper->system_priority || in __update_default_selected()
594 admin->key != oper->key || in __update_default_selected()
595 (admin->port_state & LACP_STATE_AGGREGATION) in __update_default_selected()
/drivers/media/radio/si470x/
DKconfig33 Documentation/admin-guide/media/si470x.rst
/drivers/block/
DKconfig28 <file:Documentation/admin-guide/blockdev/floppy.rst>.
114 Read <file:Documentation/admin-guide/blockdev/paride.rst> for more information.
239 Read <file:Documentation/admin-guide/blockdev/nbd.rst> for more information,
262 For details, read <file:Documentation/admin-guide/blockdev/ramdisk.rst>.

12