Searched defs:polarity (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.c86 t4_wait_op_done(struct adapter *adapter, int reg, u32 mask, int polarity, argument
89 return (t4_wait_op_done_val(adapter, reg, mask, polarity, attempts,
H A Dt4_hw.c34 * @polarity: the value of the field when the operation is completed
46 int polarity, int attempts, int d, u32 *valp)
54 if (!!(val & mask) == polarity) {
45 t4_wait_op_done_val(struct adapter *adapter, int reg, u32 mask, int polarity, int attempts, int d, u32 *valp) argument
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dch_subr.c53 * @polarity: the value of the field when the operation is completed
63 int t1_wait_op_done(adapter_t *adapter, int reg, u32 mask, int polarity, argument
68 if (!!val == polarity)
/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.c3344 uint32_t link, status, mask, polarity; local
3379 polarity = block->command & CMD_POL ? 0xffffffff : 0;
3386 link = (status^polarity) & mask;
3394 cmn_err(CE_NOTE, "%s upsamples:%d stat:%x polarity:%x "
3397 upsamples, status, polarity, mask, link);
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_inc.h1056 polarity:1, /* 1:polarity reversed, 0:normal */ member in struct:__anon6391

Completed in 94 milliseconds