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

  /src/sys/arch/i386/stand/pxeboot/
pxe.c 283 t_PXENV_UNDI_GET_NIC_TYPE *gnt = (void *) pxe_command_buf; local in function:pxe_init
392 (void)memset(gnt, 0, sizeof(*gnt));
395 if (gnt->Status != PXENV_STATUS_SUCCESS) {
397 gnt->Status);
401 switch (gnt->NicType) {
406 bi_netif.addr.tag = gnt->info.pci.BusDevFunc;
409 gnt->NicType == PCI_NIC ? "PCI" : "CardBus",
410 (gnt->info.pci.BusDevFunc >> 8) & 0xff,
411 (gnt->info.pci.BusDevFunc >> 3) & 0x1f
    [all...]
  /src/sys/dev/pci/
if_bge.c 732 uint32_t bit, gnt, req, status; local in function:bge_ape_lock
741 gnt = BGE_APE_LOCK_GRANT;
744 gnt = BGE_APE_PER_LOCK_GRANT;
789 status = APE_READ_4(sc, gnt + off);
800 locknum, req + off, bit & 0xFFFF, gnt + off,
803 APE_WRITE_4(sc, gnt + off, bit);
814 uint32_t bit, gnt; local in function:bge_ape_unlock
821 gnt = BGE_APE_LOCK_GRANT;
823 gnt = BGE_APE_PER_LOCK_GRANT;
859 APE_WRITE_4_FLUSH(sc, gnt + off, bit)
    [all...]

Completed in 43 milliseconds