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

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dprism2.c384 static int hfa384x_copy_to_bap(hfa384x_t *hw, UINT16 id, UINT16 offset, function
527 result = hfa384x_copy_to_bap( hw, rid, 0, &rec, sizeof(rec));
534 result = hfa384x_copy_to_bap( hw, rid, sizeof(rec), buf, len);
701 result = hfa384x_copy_to_bap(hw, fid, 0, &txdesc, sizeof(txdesc));
703 result = hfa384x_copy_to_bap( hw, fid, sizeof(txdesc), &p80211hdr, sizeof(p80211hdr) );
705 result = hfa384x_copy_to_bap( hw, fid, sizeof(txdesc) + sizeof(p80211hdr), (UINT8*)p, s );
H A Dhfa384x.h2883 hfa384x_copy_to_bap(

Completed in 51 milliseconds