HomeSort by: relevance | last modified time | path
    Searched defs:macs (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_attach.c 275 } macs[] = { local in function:ar5212IsMacSupported
291 for (i = 0; i < N(macs); i++)
292 if (macs[i].version == macVersion &&
293 macs[i].revMin <= macRev && macRev <= macs[i].revMax)
  /src/sys/dev/pci/
if_vioif.c 187 uint8_t macs[][ETHER_ADDR_LEN]; member in struct:virtio_net_ctrl_mac_tbl
2627 memcpy(ctrlq->ctrlq_mac_tbl_uc->macs[0],
2645 memcpy(ctrlq->ctrlq_mac_tbl_mc->macs[nentries],
if_iwmreg.h 2365 /* Possible actions on PHYs, MACs and Bindings */
2714 * @macs: array of MAC id and colors which belong to the binding
2722 uint32_t macs[IWM_MAX_MACS_IN_BINDING]; member in struct:iwm_binding_cmd
2895 * @mac_active_msk: what MACs were active when the frame was received
3577 * all macs.

Completed in 161 milliseconds