Searched refs:persist (Results 26 - 42 of 42) sorted by relevance

12

/freebsd-13-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_sysfs.c358 strlcpy(name, pci_name(dev->dev->persist->pdev), max);
778 for (i = 0; i <= device->dev->persist->num_vfs; ++i)
793 for (slave = device->dev->persist->num_vfs; slave >= 0; --slave) {
H A Dmlx4_ib_srq.c327 if (mdev->dev->persist->state & MLX4_DEVICE_STATE_INTERNAL_ERROR) {
H A Dmlx4_ib_alias_GUID.c221 if (slave_id >= dev->dev->persist->num_vfs + 1)
594 if (!entry || entry > dev->dev->persist->num_vfs ||
H A Dmlx4_ib_cq.c881 if (unlikely(mdev->dev->persist->state &
905 if (unlikely(mdev->dev->persist->state &
H A Dmlx4_ib_main.c529 props->vendor_part_id = dev->dev->persist->pdev->device;
1205 (pci_resource_start(dev->dev->persist->pdev,
2063 return sprintf(buf, "MT%d\n", dev->dev->persist->pdev->device);
2392 for (slave = 0; slave <= ibdev->dev->persist->num_vfs;
2533 dev_err(&dev->persist->pdev->dev,
2563 ibdev->ib_dev.dma_device = &dev->persist->pdev->dev;
2766 dev_err(&dev->persist->pdev->dev,
H A Dmlx4_ib_qp.c2976 if (mdev->dev->persist->state & MLX4_DEVICE_STATE_INTERNAL_ERROR) {
3282 if (mdev->dev->persist->state & MLX4_DEVICE_STATE_INTERNAL_ERROR) {
H A Dmlx4_ib_mad.c2137 (u16)(dev->dev->persist->num_vfs + 1));
/freebsd-13-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_resource_tracker.c316 if (slave > dev->persist->num_vfs)
322 (dev->persist->num_vfs + 1) + slave] :
361 (dev->persist->num_vfs + 1) + slave] += count;
385 if (slave > dev->persist->num_vfs)
392 (dev->persist->num_vfs + 1) + slave] :
408 (dev->persist->num_vfs + 1) + slave] -= count;
427 (2 * (dev->persist->num_vfs + 1));
508 res_alloc->quota = kmalloc((dev->persist->num_vfs + 1) *
510 res_alloc->guaranteed = kmalloc((dev->persist->num_vfs + 1) *
514 (dev->persist
[all...]
H A Dmlx4_mcg.c1330 if (err && dev->persist->state & MLX4_DEVICE_STATE_INTERNAL_ERROR)
1363 dev->persist->state & MLX4_DEVICE_STATE_INTERNAL_ERROR)
/freebsd-13-stable/sys/dev/ixl/
H A Di40e_prototype.h298 bool persist,
305 bool persist,
H A Di40e_common.c4380 * @persist: True if stop of LLDP should be persistent across power cycles
4386 bool persist,
4399 if (persist) {
4415 * @persist: True if start of LLDP should be persistent across power cycles
4421 bool persist,
4433 if (persist) {
4385 i40e_aq_stop_lldp(struct i40e_hw *hw, bool shutdown_agent, bool persist, struct i40e_asq_cmd_details *cmd_details) argument
4420 i40e_aq_start_lldp(struct i40e_hw *hw, bool persist, struct i40e_asq_cmd_details *cmd_details) argument
/freebsd-13-stable/sys/dev/cxgbe/common/
H A Dcommon.h829 int idx, const u8 *addr, bool persist, uint16_t *smt_idx);
833 int idx, const u8 *addr, bool persist, u8 *smt_idx, bool smac);
H A Dt4_hw.c8457 * @persist: whether a new MAC allocation should be persistent
8462 * latter case the address is added persistently if @persist is %true.
8473 int idx, const u8 *addr, bool persist, uint16_t *smt_idx)
8481 idx = persist ? FW_VI_MAC_ADD_PERSIST_MAC : FW_VI_MAC_ADD_MAC;
11454 * latter case the address is added persistently if @persist is %true.
11497 * @persist: whether a new MAC allocation should be persistent
11503 * latter case the address is added persistently if @persist is %true.
11509 int idx, const u8 *addr, bool persist, u8 *smt_idx, bool smac)
11517 idx = persist ? FW_VI_MAC_ADD_PERSIST_MAC : FW_VI_MAC_ADD_MAC;
8472 t4_change_mac(struct adapter *adap, unsigned int mbox, unsigned int viid, int idx, const u8 *addr, bool persist, uint16_t *smt_idx) argument
11508 t4_add_mac(struct adapter *adap, unsigned int mbox, unsigned int viid, int idx, const u8 *addr, bool persist, u8 *smt_idx, bool smac) argument
/freebsd-13-stable/sbin/camcontrol/
H A Dcamcontrol.c225 {"persist", CAM_CMD_PERSIST, CAM_ARG_NONE, "ai:I:k:K:o:ps:ST:U"},
2014 int is48bit, u_int64_t maxsize, int persist)
2043 /*sector_count*/persist,
2754 u_int64_t maxsize, int persist)
2758 persist ? "persistently" : "temporarily",
2791 int error, confirm, quiet, c, action, actions, persist; local
2799 persist = 0;
2845 persist = 1;
2923 persist) == 0) {
2933 ccb, is48bit, maxsize, persist);
2012 atahpa_set_max(struct cam_device *device, int retry_count, u_int32_t timeout, union ccb *ccb, int is48bit, u_int64_t maxsize, int persist) argument
2753 atahpa_set_confirm(struct cam_device *device, struct ata_params* ident_buf, u_int64_t maxsize, int persist) argument
[all...]
/freebsd-13-stable/sbin/pfctl/
H A Dparse.y113 int persist;
1452 else if (!strcmp($1, "persist"))
6078 symset(const char *nam, const char *val, int persist)
6087 if (sym->persist == 1)
6111 sym->persist = persist;
/freebsd-13-stable/sys/dev/mlx4/
H A Ddevice.h864 struct mlx4_dev_persistent *persist; member in struct:mlx4_dev
/freebsd-13-stable/sys/kern/
H A Dkern_jail.c173 {"persist", "nopersist", PR_PERSIST},
674 vfs_opterror(opts, "new jail must persist or attach");
1071 * (via attach or persist), but first
1737 * persist flag lose that reference.
1758 * Any errors past this point will need to de-persist newly created
2876 * persist flag, and call module remove methods.
4079 SYSCTL_JAIL_PARAM(, persist, CTLTYPE_INT | CTLFLAG_RW,

Completed in 388 milliseconds

12