Lines Matching full:af
27 functions (VFs). PF0 is called the administrative / admin function (AF)
66 As mentioned above RVU PF0 is called the admin function (AF), this driver
71 PF/VFs communicates with AF via a shared memory region (mailbox). Upon
72 receiving requests AF does resource provisioning and other HW configuration.
73 AF is always attached to host kernel, but PFs and their VFs may be used by host
75 DPDK etc. So AF has to handle provisioning/configuration requests sent
78 AF driver also interacts with underlying firmware to
85 From pure networking side AF driver supports following functionality.
107 communicates with AF with a mailbox. To retrieve information from physical
108 links this driver talks to AF and AF gets that info from firmware and responds
122 - VFs cannot communicate with AF directly, they send mbox message to PF and PF
123 forwards that to AF. AF after processing, responds back to PF and PF forwards
136 - These communicate directly with AF (PF0) via mbox.
139 no other difference between these VF types. AF driver takes care of IO channel mapping,
159 2. The SQ is already configured (by AF) to transmit on a specific link/channel.