Searched refs:polarity (Results 1 – 5 of 5) sorted by relevance
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_proto_grp.c | 14 ice_info(hw, "\tpolarity = %d\n", po->polarity); in _proto_off_dump() 42 po->polarity = (data & 0x1) != 0; in _proto_off_parse()
|
| H A D | ice_proto_grp.h | 11 bool polarity; /* true: positive, false: nagtive */ member
|
| H A D | ice_parser_rt.c | 669 if (!entry->polarity) in _proto_off_update()
|
| /dpdk/drivers/net/cxgbe/base/ |
| H A D | common.h | 292 int polarity, 296 int polarity, int attempts, int delay) in t4_wait_op_done() argument 298 return t4_wait_op_done_val(adapter, reg, mask, polarity, attempts, in t4_wait_op_done()
|
| H A D | t4_hw.c | 132 int polarity, int attempts, int delay, u32 *valp) in t4_wait_op_done_val() argument 137 if (!!(val & mask) == polarity) { in t4_wait_op_done_val()
|