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

  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_attach.c 275 } macs[] = { local
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 2544 /* Possible actions on PHYs, MACs and Bindings */
2893 * @macs: array of MAC id and colors which belong to the binding
2902 uint32_t macs[IWM_MAX_MACS_IN_BINDING]; member in struct:iwm_binding_cmd_v1
2911 * @macs: array of MAC id and colors which belong to the binding
2919 uint32_t macs[IWM_MAX_MACS_IN_BINDING]; member in struct:iwm_binding_cmd
3135 * @mac_active_msk: what MACs were active when the frame was received
3817 * all macs.
if_iwm.c 4399 cmd.macs[0] = htole32(mac_id);
4401 cmd.macs[i] = htole32(IWM_FW_CTXT_INVALID);

Completed in 33 milliseconds