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

  /hardware/broadcom/wlan/bcm4329/src/include/
bcmutils.h 248 #define IOV_SET 1
252 #define IOV_SVAL(id) (((id)*2)+IOV_SET)
253 #define IOV_ISSET(actionid) ((actionid & IOV_SET) == IOV_SET)
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_common.c 430 bcmerror = dhd_iovar_op(dhd_pub, buf, NULL, 0, arg, arglen, IOV_SET);
440 NULL, 0, arg, arglen, IOV_SET);
450 NULL, 0, arg, arglen, IOV_SET);

Completed in 1774 milliseconds