Home
last modified time | relevance | path

Searched full:subfunction (Results 1 – 25 of 25) sorted by relevance

/linux/Documentation/networking/devlink/
H A Ddevlink-port.rst39 subfunction (SF).
331 Subfunction section in Maximum IO events queues setup
334 Subfunction is a lightweight function that has a parent PCI function on which
335 it is deployed. Subfunction is created and deployed in unit of 1. Unlike
336 SRIOV VFs, a subfunction doesn't require its own PCI virtual function.
337 A subfunction communicates with the hardware through the parent PCI function.
339 To use a subfunction, 3 steps setup sequence is followed:
341 1) create - create a subfunction;
342 2) configure - configure subfunction attributes;
343 3) deploy - deploy the subfunction;
[all …]
/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/
H A Dswitchdev.rst45 Subfunction chapter
48 Subfunction which are spawned over the E-switch are created only with devlink
70 mlx5 supports subfunction management using devlink port (see :ref:`Documentation/networking/devlink…
72 A subfunction has its own function capabilities and its own resources. This
73 means a subfunction has its own dedicated queues (txq, rxq, cq, eq). These
76 When a subfunction is RDMA capable, it has its own QP1, GID table, and RDMA
79 A subfunction has a dedicated window in PCI BAR space that is not shared
81 devices (netdev, rdma, vdpa, etc.) of the subfunction accesses only assigned
84 A subfunction supports eswitch representation through which it supports tc
86 the subfunction port.
[all …]
H A Dkconfig.rst116 | Build support for subfunction.
118 | will enable support for creating subfunction devices.
123 | Build support for subfuction port in the NIC. A Mellanox subfunction
124 | port is managed through devlink. A subfunction supports RDMA, netdevice
/linux/tools/testing/selftests/kvm/s390/
H A Dcpumodel_subfuncs_test.c8 * The tests compare the result of the KVM ioctl for obtaining CPU subfunction data with those
9 * from an ASM block performing the same CPU subfunction. Currently KVM doesn't mask instruction
54 /* Testing Perform Locked Operation (PLO) CPU subfunction's ASM block */
63 /* Testing Crypto Compute Message Authentication Code (KMAC) CPU subfunction's ASM block */
74 /* Testing Crypto Cipher Message with Chaining (KMC) CPU subfunction's ASM block */
85 /* Testing Crypto Cipher Message (KM) CPU subfunction's ASM block */
96 /* Testing Crypto Compute Intermediate Message Digest (KIMD) CPU subfunction's ASM block */
107 /* Testing Crypto Compute Last Message Digest (KLMD) CPU subfunction's ASM block */
118 /* Testing Crypto Cipher Message with Counter (KMCTR) CPU subfunction's ASM block */
129 /* Testing Crypto Cipher Message with Cipher Feedback (KMF) CPU subfunction's ASM block */
[all …]
/linux/drivers/net/ethernet/intel/ice/devlink/
H A Dport.c495 * ice_devlink_create_sf_dev_port - Register virtual port for a subfunction
496 * @sf_dev: the subfunction device to create a devlink port for
498 * Register virtual flavour devlink port for the subfunction auxiliary device
525 * ice_devlink_destroy_sf_dev_port - Destroy virtual port for a subfunction
526 * @sf_dev: the subfunction device to create a devlink port for
528 * Unregisters the virtual port associated with this subfunction.
662 * created subfunction.
686 * to the subfunction structure.
815 * ice_reserve_sf_num - Reserve a subfunction number for this port
821 * Reserve a subfunction number for this port. Only called for
[all …]
H A Dport.h19 * @sfnum: the subfunction ID
20 * @sf_dev: pointer to the subfunction device
/linux/Documentation/virt/kvm/devices/
H A Dvm.rst147 A subfunction block is only valid if KVM_S390_VM_CPU_MACHINE contains the
149 indicates subfunctions via a "query subfunction", the response block is
151 indicates subfunctions via a "test bit" mechanism, the subfunction codes are
175 :Parameters: address of a buffer to load the subfunction blocks from.
186 The kernel uses the configured subfunction blocks for indication to
187 the guest. A subfunction block will only be used if the associated STFL(E) bit
198 :Parameters: address of a buffer to store/load the subfunction blocks from.
/linux/sound/firewire/oxfw/
H A Doxfw-command.c23 buf[3] = 0xc0; /* SINGLE subfunction */ in avc_stream_set_format()
74 buf[10] = 0xff & eid; /* entry ID for LIST subfunction */ in avc_stream_get_format()
91 /* LIST subfunction has entry ID */ in avc_stream_get_format()
/linux/sound/firewire/
H A Dfcp.h25 unsigned int subunit_id, unsigned int subfunction,
/linux/tools/firewire/
H A Ddecode-fcp.c113 { "subfunction", 0, 8 },
/linux/arch/powerpc/include/asm/
H A Dhvcall.h154 /* Flags for H_REGISTER_VPA subfunction field */
155 #define H_VPA_FUNC_SHIFT (63-18) /* Bit posn of subfunction code */
/linux/drivers/media/firewire/
H A Dfiredtv-avc.c422 c->operand[1] = 0xd2; /* subfunction replace */ in avc_tuner_dsd_dvb_c()
490 c->operand[1] = 0xd2; /* subfunction replace */ in avc_tuner_dsd_dvb_t()
640 c->operand[1] = 0xd2; /* subfunction replace */ in avc_tuner_set_pids()
685 c->operand[1] = 0xd2; /* subfunction replace */ in avc_tuner_get_ts()
/linux/drivers/pci/
H A Dtsm.c193 /* connect() mutually exclusive with subfunction pci_tsm_init() */ in pci_tsm_connect()
449 /* disconnect() mutually exclusive with subfunction pci_tsm_init() */ in __pci_tsm_disconnect()
/linux/Documentation/networking/
H A Drepresentors.rst47 these administrative privileges instead to a VF or SF (subfunction).
/linux/arch/powerpc/platforms/pseries/
H A Dcmm.c469 * NOTIFY_OK or notifier error based on subfunction return value
/linux/arch/s390/include/asm/
H A Dcpacf.h625 * cpacf_trng() - executes the TRNG subfunction of the PRNO instruction
/linux/drivers/scsi/aic94xx/
H A Daic94xx_scb.c757 * @subfunc: subfunction, what to actually to do the phy
/linux/drivers/firmware/google/
H A Dgsmi.c197 * AH : Subfunction number in gsmi_exec()
/linux/arch/s390/crypto/
H A Dphmac_s390.c1010 /* for selftest cpacf klmd subfunction is needed */ in s390_phmac_init()
/linux/include/linux/
H A Dpsp-sev.h869 * @ecx_in: subfunction index
/linux/arch/x86/kernel/fpu/
H A Dxstate.c1826 * @option: A subfunction of arch_prctl()
/linux/tools/objtool/
H A Dcheck.c79 /* Check if we're already in the subfunction: */ in next_insn_same_func()
83 /* Move to the subfunction: */ in next_insn_same_func()
/linux/arch/s390/kvm/
H A Dkvm-s390.c3701 /* At least one ECC subfunction must be present */ in kvm_has_pckmo_ecc()
3712 /* At least one HMAC subfunction must be present */ in kvm_has_pckmo_hmac()
/linux/drivers/platform/x86/
H A Dasus-wmi.c196 u16 len; /* size of the hole struct, including subfunction fields */
/linux/tools/lib/bpf/
H A Dlibbpf.c6304 * the main function, not the subfunction. in create_jt_map()