Searched refs:qdid (Results 1 - 11 of 11) sorted by relevance

/linux-master/include/soc/fsl/
H A Ddpaa2-io.h118 int dpaa2_io_service_enqueue_qd(struct dpaa2_io *d, u32 qdid, u8 prio,
/linux-master/drivers/soc/fsl/dpio/
H A Ddpio-service.c552 * @qdid: the given queuing destination id.
561 u32 qdid, u8 prio, u16 qdbin,
572 qbman_eq_desc_set_qd(&ed, qdid, qdbin, prio);
560 dpaa2_io_service_enqueue_qd(struct dpaa2_io *d, u32 qdid, u8 prio, u16 qdbin, const struct dpaa2_fd *fd) argument
H A Dqbman-portal.h227 void qbman_eq_desc_set_qd(struct qbman_eq_desc *d, u32 qdid,
H A Dqbman-portal.c563 * @qdid: the id of the queuing destination to be enqueued
567 void qbman_eq_desc_set_qd(struct qbman_eq_desc *d, u32 qdid, argument
571 d->tgtid = cpu_to_le32(qdid);
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpsw.h407 * @qdid: control frames transmit qdid
416 u16 qdid; member in struct:dpsw_if_attr
H A Ddpsw-cmd.h292 __le16 qdid; member in struct:dpsw_rsp_if_get_attr
H A Ddpni-cmd.h294 __le16 qdid; member in struct:dpni_rsp_get_qdid
H A Ddpni.c763 * @qdid: Returned virtual QDID value that should be used as an argument
772 u16 *qdid)
793 *qdid = le16_to_cpu(rsp_params->qdid);
768 dpni_get_qdid(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, enum dpni_queue_type qtype, u16 *qdid) argument
H A Ddpni.h399 u16 *qdid);
H A Ddpsw.c624 attr->qdid = le16_to_cpu(rsp_params->qdid);
H A Ddpaa2-switch.c3169 port_priv->tx_qdid = dpsw_if_attr.qdid;

Completed in 249 milliseconds