Lines Matching defs:sq
80 struct otx2_snd_queue *sq, in otx2_snd_pkt_handler()
442 static void otx2_sqe_flush(struct otx2_snd_queue *sq, int size) in otx2_sqe_flush()
460 static bool otx2_sqe_add_sg(struct otx2_nic *pfvf, struct otx2_snd_queue *sq, in otx2_sqe_add_sg()
505 static void otx2_sqe_add_ext(struct otx2_nic *pfvf, struct otx2_snd_queue *sq, in otx2_sqe_add_ext()
562 static void otx2_sqe_add_mem(struct otx2_snd_queue *sq, int *offset, in otx2_sqe_add_mem()
577 static void otx2_sqe_add_hdr(struct otx2_nic *pfvf, struct otx2_snd_queue *sq, in otx2_sqe_add_hdr()
625 struct otx2_snd_queue *sq, in otx2_dma_map_tso_skb()
657 static u64 otx2_tso_frag_dma_addr(struct otx2_snd_queue *sq, in otx2_tso_frag_dma_addr()
675 static void otx2_sqe_tso_add_sg(struct otx2_snd_queue *sq, in otx2_sqe_tso_add_sg()
706 static void otx2_sq_append_tso(struct otx2_nic *pfvf, struct otx2_snd_queue *sq, in otx2_sq_append_tso()
828 struct otx2_snd_queue *sq, int *offset) in otx2_set_txtstamp()
842 bool otx2_sq_append_skb(struct net_device *netdev, struct otx2_snd_queue *sq, in otx2_sq_append_skb()
936 struct otx2_snd_queue *sq; in otx2_cleanup_tx_cqes() local