Home
last modified time | relevance | path

Searched refs:p_type (Results 1 – 12 of 12) sorted by relevance

/f-stack/dpdk/drivers/event/opdl/
H A Dopdl_evdev.c170 p->p_type = OPDL_INVALID_PORT; in opdl_port_unlink()
407 const char *p_type; in opdl_dump() local
415 if (port->p_type == OPDL_REGULAR_PORT) in opdl_dump()
416 p_type = "REG"; in opdl_dump()
418 p_type = " RX"; in opdl_dump()
420 p_type = " TX"; in opdl_dump()
422 p_type = "SYNC"; in opdl_dump()
424 p_type = "????"; in opdl_dump()
428 if (port->p_type == OPDL_REGULAR_PORT || in opdl_dump()
429 port->p_type == OPDL_ASYNC_PORT) in opdl_dump()
[all …]
H A Dopdl_evdev_init.c44 if (p->p_type == OPDL_PURE_RX_PORT || in enqueue_check()
45 p->p_type == OPDL_ASYNC_PORT) { in enqueue_check()
362 if (port->p_type == OPDL_PURE_RX_PORT) { in opdl_add_event_handlers()
366 } else if (port->p_type == OPDL_PURE_TX_PORT) { in opdl_add_event_handlers()
376 } else if (port->p_type == OPDL_REGULAR_PORT) { in opdl_add_event_handlers()
381 } else if (port->p_type == OPDL_ASYNC_PORT) { in opdl_add_event_handlers()
730 port->p_type = OPDL_REGULAR_PORT; in initialise_all_other_ports()
748 port->p_type = OPDL_PURE_TX_PORT; in initialise_all_other_ports()
768 port->p_type = OPDL_ASYNC_PORT; in initialise_all_other_ports()
886 port->p_type = OPDL_PURE_RX_PORT; in initialise_queue_zero_ports()
H A Dopdl_evdev.h144 enum port_type p_type; member
/f-stack/freebsd/arm/arm/
H A Ddump_machdep.c93 phdr.p_type = PT_DUMP_DELTA; in dumpsys_write_aux_headers()
/f-stack/freebsd/sys/
H A Delf32.h109 Elf32_Word p_type; /* Entry type. */ member
H A Delf64.h118 Elf64_Word p_type; /* Entry type. */ member
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Defi_partition.h349 struct uuid p_type; member
/f-stack/freebsd/mips/mips/
H A Delf_trampoline.c157 if (phdr[i].p_type != PT_LOAD) in load_kernel()
/f-stack/dpdk/drivers/net/qede/base/
H A Decore_cxt.c1840 enum protocol_type *p_type, in ecore_cxt_test_cid_acquired() argument
1847 for (*p_type = 0; *p_type < MAX_CONN_TYPES; (*p_type)++) { in ecore_cxt_test_cid_acquired()
1849 *pp_map = &p_mngr->acquired[*p_type]; in ecore_cxt_test_cid_acquired()
1851 *pp_map = &p_mngr->acquired_vf[*p_type][vfid]; in ecore_cxt_test_cid_acquired()
1860 if (*p_type == MAX_CONN_TYPES) { in ecore_cxt_test_cid_acquired()
1874 *p_type = MAX_CONN_TYPES; in ecore_cxt_test_cid_acquired()
/f-stack/freebsd/kern/
H A Dimgact_elf.c715 if (phdr[i].p_type != PT_LOAD || phdr[i].p_memsz == 0) in __elfN()
896 if (phdr[i].p_type != PT_LOAD || phdr[i].p_memsz == 0) in __elfN()
967 KASSERT(phdr->p_type == PT_INTERP, in __elfN()
968 ("%s: p_type %u != PT_INTERP", __func__, phdr->p_type)); in __elfN()
1124 switch (phdr[i].p_type) { in __CONCAT()
1777 phdr->p_type = PT_LOAD; in cb_put_phdr()
2021 phdr->p_type = PT_NOTE; in __elfN()
2765 if (phdr[i].p_type == PT_NOTE && __elfN(parse_notes)(imgp, in __elfN()
2769 if (phdr[j].p_type == PT_NOTE && in __elfN()
H A Dkern_dump.c254 phdr.p_type = PT_LOAD; in cb_dumphdr()
H A Dlink_elf.c787 if (phdr->p_type != PT_LOAD) in preload_protect()
1059 switch (phdr->p_type) { in link_elf_load_file()
1219 if (segs[i]->p_type != PT_LOAD) in link_elf_load_file()