Lines Matching defs:pfvf

27 static int otx2_nix_cq_op_status(struct otx2_nic *pfvf,  in otx2_nix_cq_op_status()
75 static dma_addr_t otx2_dma_map_skb_frag(struct otx2_nic *pfvf, in otx2_dma_map_skb_frag()
96 static void otx2_dma_unmap_skb_frags(struct otx2_nic *pfvf, struct sg_list *sg) in otx2_dma_unmap_skb_frags()
107 static void otx2_xdp_snd_pkt_handler(struct otx2_nic *pfvf, in otx2_xdp_snd_pkt_handler()
125 static void otx2_snd_pkt_handler(struct otx2_nic *pfvf, in otx2_snd_pkt_handler()
167 static void otx2_set_rxtstamp(struct otx2_nic *pfvf, in otx2_set_rxtstamp()
184 static bool otx2_skb_add_frag(struct otx2_nic *pfvf, struct sk_buff *skb, in otx2_skb_add_frag()
225 static void otx2_set_rxhash(struct otx2_nic *pfvf, in otx2_set_rxhash()
247 static void otx2_free_rcv_seg(struct otx2_nic *pfvf, struct nix_cqe_rx_s *cqe, in otx2_free_rcv_seg()
267 static bool otx2_check_rcv_errors(struct otx2_nic *pfvf, in otx2_check_rcv_errors()
331 static void otx2_rcv_pkt_handler(struct otx2_nic *pfvf, in otx2_rcv_pkt_handler()
379 static int otx2_rx_napi_handler(struct otx2_nic *pfvf, in otx2_rx_napi_handler()
421 struct otx2_nic *pfvf = dev; in otx2_refill_pool_ptrs() local
432 static int otx2_tx_napi_handler(struct otx2_nic *pfvf, in otx2_tx_napi_handler()
492 struct otx2_nic *pfvf; in otx2_napi_handler() local
548 static bool otx2_sqe_add_sg(struct otx2_nic *pfvf, struct otx2_snd_queue *sq, in otx2_sqe_add_sg()
593 static void otx2_sqe_add_ext(struct otx2_nic *pfvf, struct otx2_snd_queue *sq, in otx2_sqe_add_ext()
678 static void otx2_sqe_add_hdr(struct otx2_nic *pfvf, struct otx2_snd_queue *sq, in otx2_sqe_add_hdr()
725 static int otx2_dma_map_tso_skb(struct otx2_nic *pfvf, in otx2_dma_map_tso_skb()
807 static void otx2_sq_append_tso(struct otx2_nic *pfvf, struct otx2_snd_queue *sq, in otx2_sq_append_tso()
892 static bool is_hw_tso_supported(struct otx2_nic *pfvf, in is_hw_tso_supported()
917 static int otx2_get_sqe_count(struct otx2_nic *pfvf, struct sk_buff *skb) in otx2_get_sqe_count()
930 static void otx2_set_txtstamp(struct otx2_nic *pfvf, struct sk_buff *skb, in otx2_set_txtstamp()
949 struct otx2_nic *pfvf = netdev_priv(netdev); in otx2_sq_append_skb() local
1014 void otx2_cleanup_rx_cqes(struct otx2_nic *pfvf, struct otx2_cq_queue *cq) in otx2_cleanup_rx_cqes()
1048 void otx2_cleanup_tx_cqes(struct otx2_nic *pfvf, struct otx2_cq_queue *cq) in otx2_cleanup_tx_cqes()
1082 int otx2_rxtx_enable(struct otx2_nic *pfvf, bool enable) in otx2_rxtx_enable()
1123 bool otx2_xdp_sq_append_pkt(struct otx2_nic *pfvf, u64 iova, int len, u16 qidx) in otx2_xdp_sq_append_pkt()
1156 static bool otx2_xdp_rcv_pkt_handler(struct otx2_nic *pfvf, in otx2_xdp_rcv_pkt_handler()