Searched refs:priority (Results 226 - 232 of 232) sorted by relevance

12345678910

/freebsd-9.3-release/sys/cam/scsi/
H A Dscsi_sa.c1616 if (periph->immediate_priority <= periph->pinfo.priority) {
/freebsd-9.3-release/sys/dev/asr/
H A Dasr.c697 new_ccb->ccb_h.pinfo.priority = 1;
836 * acquisition of the LCT table while we are at CAM priority level.
907 * Determine the address of an TID lookup. Must be done at high priority
1198 path, /*priority*/5);
/freebsd-9.3-release/sys/dev/bxe/
H A Decore_hsi.h164 (if multiple found, priority order is: NC-SI, UMP, IPMI) */
1852 /* 0 - low priority, 3 - high priority */
3971 uint8_t force_default_pri_flg /* if set, force default priority */;
4493 ETH_RSS_MODE_VLAN_PRI /* RSS based on inner-vlan priority field */,
4494 ETH_RSS_MODE_E1HOV_PRI /* RSS based on outer-vlan priority field */,
4762 uint16_t vlan_or_ethertype /* Vlan structure: vlan_id is in lsb, then cfi and then priority vlan_id 12 bits (lsb), cfi 1 bit, priority 3 bits. In E2, this field should be set with etherType for VFs with no vlan */;
5635 uint8_t priority /* Priority */; member in struct:priority_cos
5645 struct priority_cos traffic_type_to_priority_cos[MAX_TRAFFIC_TYPES] /* traffic_type to priority co
[all...]
H A Dbxe.c5598 * of value of priority. Otherwise, if priority indicates this is
5601 if (!IS_MF_AFEX(sc) && (mbuf priority == PRIO_CONTROL)) {
9556 taskqueue_start_threads(&sc->sp_tq, 1, PWAIT, /* lower priority */
9565 taskqueue_start_threads(&sc->rx_mode_tq, 1, PWAIT, /* lower priority */
9576 taskqueue_start_threads(&fp->tq, 1, PI_NET, /* higher priority */
16111 BLOGW(sc, "Invalid COS %d for priority %d "
16366 taskqueue_start_threads(&sc->chip_tq, 1, PWAIT, /* lower priority */
/freebsd-9.3-release/sys/dev/mfi/
H A Dmfi.c86 #include <sys/priority.h>
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Darm.c11433 arm_elf_asm_constructor (rtx symbol, int priority ATTRIBUTE_UNUSED)
11437 default_named_section_asm_out_constructor (symbol, priority);
/freebsd-9.3-release/contrib/libc++/src/
H A Dlocale.cpp115 // Set priority to INT_MIN + 256 + 150
116 # pragma priority ( -2147483242 )

Completed in 433 milliseconds

12345678910