Home
last modified time | relevance | path

Searched refs:ordinal (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/drivers/net/ark/
H A Dark_pktgen.c90 inst->ordinal = ord; in ark_pktgen_init()
130 inst->ordinal); in ark_pktgen_pause()
134 ARK_PMD_LOG(DEBUG, "Pktgen %d paused.\n", inst->ordinal); in ark_pktgen_pause()
146 inst->ordinal); in ark_pktgen_reset()
154 inst->ordinal); in ark_pktgen_reset()
158 ARK_PMD_LOG(DEBUG, "Resetting pktgen %d.\n", inst->ordinal); in ark_pktgen_reset()
204 inst->ordinal); in ark_pktgen_wait_done()
206 ARK_PMD_LOG(DEBUG, "Pktgen %d done.\n", inst->ordinal); in ark_pktgen_wait_done()
H A Dark_pktchkr.c94 inst->ordinal = ord; in ark_pktchkr_init()
134 inst->ordinal); in ark_pktchkr_stop()
136 ARK_PMD_LOG(DEBUG, "Pktchk %d stopped.\n", inst->ordinal); in ark_pktchkr_stop()
203 inst->ordinal); in ark_pktchkr_wait_done()
205 inst->ordinal); in ark_pktchkr_wait_done()
H A Dark_pktchkr.h63 int ordinal; member
H A Dark_pktgen.h50 int ordinal; member
/f-stack/freebsd/contrib/device-tree/Bindings/leds/
H A Dcommon.yaml51 needed, differing only with an ordinal number.
/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_ethdev.c3464 uint16_t type, ext, ordinal, attr; in bnxt_set_eeprom_op() local
3502 ordinal = in_eeprom->offset >> 16; in bnxt_set_eeprom_op()
3505 return bnxt_hwrm_flash_nvram(bp, type, ordinal, ext, attr, in bnxt_set_eeprom_op()
/f-stack/freebsd/contrib/zlib/
H A DChangeLog863 - Export symbols by name, not by ordinal, in win32/zlib.def [Truta]