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

/external/syslinux/gpxe/src/drivers/net/
H A Dprism2.c375 static int hfa384x_copy_to_bap(hfa384x_t *hw, UINT16 id, UINT16 offset, function
518 result = hfa384x_copy_to_bap( hw, rid, 0, &rec, sizeof(rec));
525 result = hfa384x_copy_to_bap( hw, rid, sizeof(rec), buf, len);
692 result = hfa384x_copy_to_bap(hw, fid, 0, &txdesc, sizeof(txdesc));
694 result = hfa384x_copy_to_bap( hw, fid, sizeof(txdesc), &p80211hdr, sizeof(p80211hdr) );
696 result = hfa384x_copy_to_bap( hw, fid, sizeof(txdesc) + sizeof(p80211hdr), (UINT8*)p, s );

Completed in 183 milliseconds