Searched refs:qm_fd (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/freescale/dpaa/ |
D | dpaa_eth_trace.h | 33 const struct qm_fd *fd), 79 const struct qm_fd *fd), 89 const struct qm_fd *fd), 99 const struct qm_fd *fd),
|
D | dpaa_eth.c | 1368 const struct qm_fd *fd) in dpaa_fd_release() 1448 struct qm_fd *fd, in dpaa_enable_tx_csum() 1658 const struct qm_fd *fd, bool ts) in dpaa_cleanup_tx_fd() 1731 static u8 rx_csum_offload(const struct dpaa_priv *priv, const struct qm_fd *fd) in rx_csum_offload() 1755 const struct qm_fd *fd) in contig_fd_to_skb() 1792 const struct qm_fd *fd) in sg_fd_to_skb() 1916 struct sk_buff *skb, struct qm_fd *fd, in skb_to_contig_fd() 1968 struct sk_buff *skb, struct qm_fd *fd) in skb_to_sg_fd() 2079 struct qm_fd *fd) in dpaa_xmit() 2274 struct qm_fd fd; in dpaa_start_xmit() [all …]
|
/linux-6.1.9/include/soc/fsl/ |
D | qman.h | 72 struct qm_fd { struct 116 static inline dma_addr_t qm_fd_addr(const struct qm_fd *fd) in qm_fd_addr() 121 static inline u64 qm_fd_addr_get64(const struct qm_fd *fd) in qm_fd_addr_get64() 126 static inline void qm_fd_addr_set64(struct qm_fd *fd, u64 addr) in qm_fd_addr_set64() 139 static inline enum qm_fd_format qm_fd_get_format(const struct qm_fd *fd) in qm_fd_get_format() 144 static inline int qm_fd_get_offset(const struct qm_fd *fd) in qm_fd_get_offset() 149 static inline int qm_fd_get_length(const struct qm_fd *fd) in qm_fd_get_length() 154 static inline int qm_fd_get_len_big(const struct qm_fd *fd) in qm_fd_get_len_big() 159 static inline void qm_fd_set_param(struct qm_fd *fd, enum qm_fd_format fmt, in qm_fd_set_param() 174 static inline void qm_fd_clear_fd(struct qm_fd *fd) in qm_fd_clear_fd() [all …]
|
/linux-6.1.9/drivers/soc/fsl/qbman/ |
D | qman_test_api.c | 55 static struct qm_fd fd, fd_dq; 65 static void fd_init(struct qm_fd *fd) in fd_init() 72 static void fd_inc(struct qm_fd *fd) in fd_inc() 94 static bool fd_neq(const struct qm_fd *a, const struct qm_fd *b) in fd_neq()
|
D | qman_test_stash.c | 253 const struct qm_fd *fd) in process_frame_data() 524 struct qm_fd fd; in send_first_frame()
|
D | qman.c | 187 struct qm_fd fd; 2312 int qman_enqueue(struct qman_fq *fq, const struct qm_fd *fd) in qman_enqueue()
|
/linux-6.1.9/drivers/crypto/caam/ |
D | qi.c | 101 struct qm_fd fd; in caam_qi_enqueue() 138 const struct qm_fd *fd; in caam_fq_ern_cb() 568 const struct qm_fd *fd; in caam_rsp_fq_dqrr_cb()
|