Searched refs:attn_ack (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_hw_attn.c948 //parallel write to IGU to set the attn_ack for _all asserted_ lines.
1755 void lm_get_attn_info(lm_device_t *pdev, u16_t *attn_bits, u16_t *attn_ack) argument
1760 DbgBreakIf(!(pdev && attn_bits && attn_ack));
1766 //attn_ack and avoid a faulty scenario where attn_ack we read in sanpshot #2 corresponds to attn_bits
1772 *attn_ack = (u16_t)mm_le32_to_cpu(attention_sb->attn_bits_ack);
1781 "lm_get_attn_info: def_sb->attn_bits:0x%x, def_sb->attn_ack:0x%x, attn_bits:0x%x, attn_ack:0x%x\n",
1785 *attn_ack);
1987 //TODO: the attn_ack bit
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h3596 * 1)Write '1' into attn_ack to chip(IGU) (do this in parallel for _all_ bits including the fixed 8 hard-wired via the
3615 * 5) Write '0' into attn_ack to chip(IGU) (do this in parallel for _all_ bits, including the fixed 8 hard-wired, via the set_ack_bit_register)
3624 /* Returns the attn_bits and attn_ack fields from the default status block
3629 * attn_ack - OUT param which receives the attn_ack from the atten part of the def sb
3631 void lm_get_attn_info(lm_device_t *pdev, u16_t *attn_bits, u16_t *attn_ack);

Completed in 66 milliseconds