Searched refs:hfa384x_wait_for_event (Results 1 – 1 of 1) sorted by relevance
/external/syslinux/gpxe/src/drivers/net/ |
D | prism2.c | 579 static int hfa384x_wait_for_event(hfa384x_t *hw, UINT16 event_mask, UINT16 event_ack, int wait, int… in hfa384x_wait_for_event() function 673 …if ( !hfa384x_wait_for_event(hw, HFA384x_EVSTAT_ALLOC, HFA384x_EVACK_INFO, 10, 50, "Tx FID to be a… in prism2_transmit() 707 result = hfa384x_wait_for_event(hw, HFA384x_EVSTAT_TXEXC | HFA384x_EVSTAT_TX, HFA384x_EVACK_INFO, in prism2_transmit() 824 if ( !hfa384x_wait_for_event(hw, HFA384x_EVSTAT_INFO, 0, 1000, 2000, "Info event" ) ) return 0; in prism2_probe()
|