Lines Matching +full:tx +full:- +full:queues +full:- +full:to +full:- +full:use
4 * Copyright(c) 2017 - 2020 Intel Corporation.
22 * Redistribution and use in source and binary forms, with or without
26 * - Redistributions of source code must retain the above copyright
28 * - Redistributions in binary form must reproduce the above copyright
32 * - Neither the name of Intel Corporation nor the names of its
33 * contributors may be used to endorse or promote products derived
38 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
42 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
45 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
75 * struct hfi1_vnic_sdma - VNIC per Tx ring SDMA information
76 * @dd - device data pointer
77 * @sde - sdma engine
78 * @vinfo - vnic info pointer
79 * @wait - iowait structure
80 * @stx - sdma tx request
81 * @state - vnic Tx ring SDMA state
82 * @q_idx - vnic Tx queue index
96 * struct hfi1_vnic_rx_queue - HFI1 VNIC receive queue
98 * @vinfo: pointer to vport information
111 * struct hfi1_vnic_vport_info - HFI1 VNIC virtual port information
116 * @num_tx_q: number of transmit queues
117 * @num_rx_q: number of receive queues
119 * @rxq: Array of receive queues
141 netdev_dbg(vinfo->netdev, format, ## arg)
143 netdev_err(vinfo->netdev, format, ## arg)
145 netdev_info(vinfo->netdev, format, ## arg)