HomeSort by relevance Sort by last modified time
    Searched defs:icid (Results 1 - 4 of 4) sorted by null

  /external/u-boot/board/freescale/common/
ls102xa_stream_id.c 14 u32 icid; local
17 icid = (id[i].stream_id & 0xff) << 24;
18 out_be32((u32 *)(scfg + id[i].offset), icid);
  /bionic/libc/kernel/uapi/rdma/
qedr-abi.h 51 __u16 icid; member in struct:qedr_create_cq_uresp
  /external/kernel-headers/original/uapi/rdma/
qedr-abi.h 75 __u16 icid; member in struct:qedr_create_cq_uresp
  /external/u-boot/include/fsl-mc/
fsl_dprc.h 48 MC_CMD_OP(cmd, 0, 32, 16, uint16_t, cfg->icid); \
88 MC_RSP_OP(cmd, 0, 32, 16, uint16_t, attr->icid); \
462 * Set this value as the icid value in dprc_cfg structure when creating a
463 * container, in case the ICID is not selected by the user and should be
558 * @icid: Container's ICID; if set to 'DPRC_GET_ICID_FROM_POOL', a free
559 * ICID value is allocated by the DPRC
566 uint16_t icid; member in struct:dprc_cfg
648 * @icid: Container's ICID
655 uint16_t icid; member in struct:dprc_attributes
    [all...]

Completed in 114 milliseconds