Searched refs:hfa384x_copy_from_bap (Results 1 – 2 of 2) sorted by relevance
/external/syslinux/gpxe/src/drivers/net/ |
D | prism2.c | 336 static int hfa384x_copy_from_bap(hfa384x_t *hw, UINT16 id, UINT16 offset, in hfa384x_copy_from_bap() function 449 result = hfa384x_copy_from_bap( hw, rid, 0, &rec, sizeof(rec)); in hfa384x_drvr_getconfig() 459 result = hfa384x_copy_from_bap( hw, rid, sizeof(rec), buf, len); in hfa384x_drvr_getconfig() 623 result = hfa384x_copy_from_bap(hw, rxfid, 0, &rxdesc, sizeof(rxdesc)); in prism2_poll() 641 result = hfa384x_copy_from_bap(hw, rxfid, HFA384x_RX_DATA_OFF, in prism2_poll() 713 result = hfa384x_copy_from_bap(hw, fid, 0, &status, sizeof(status)); in prism2_transmit() 828 result = hfa384x_copy_from_bap( hw, infofid, 0, &inf.framelen, sizeof(UINT16)); in prism2_probe() 832 result = hfa384x_copy_from_bap( hw, infofid, sizeof(UINT16), in prism2_probe()
|
D | hfa384x.h | 2875 hfa384x_copy_from_bap(
|