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

  /external/syslinux/gpxe/src/drivers/net/
prism2.c 336 static int hfa384x_copy_from_bap(hfa384x_t *hw, UINT16 id, UINT16 offset, function
449 result = hfa384x_copy_from_bap( hw, rid, 0, &rec, sizeof(rec));
459 result = hfa384x_copy_from_bap( hw, rid, sizeof(rec), buf, len);
623 result = hfa384x_copy_from_bap(hw, rxfid, 0, &rxdesc, sizeof(rxdesc));
641 result = hfa384x_copy_from_bap(hw, rxfid, HFA384x_RX_DATA_OFF,
713 result = hfa384x_copy_from_bap(hw, fid, 0, &status, sizeof(status));
828 result = hfa384x_copy_from_bap( hw, infofid, 0, &inf.framelen, sizeof(UINT16));
832 result = hfa384x_copy_from_bap( hw, infofid, sizeof(UINT16),
hfa384x.h     [all...]

Completed in 3126 milliseconds