HomeSort by relevance Sort by last modified time
    Searched full:hfa384x_copy_to_bap (Results 1 - 2 of 2) sorted by null

  /external/syslinux/gpxe/src/drivers/net/
prism2.c 375 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 );
hfa384x.h     [all...]

Completed in 1216 milliseconds