summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/idpf/idpf_txrx.h
AgeCommit message (Expand)AuthorFilesLines
2023-09-14idpf: add SRIOV support and other ndo_opsJoshua Hay1-0/+2
2023-09-14idpf: add ethtool callbacksAlan Brady1-0/+14
2023-09-14idpf: add singleq start_xmit and napi pollJoshua Hay1-0/+70
2023-09-14idpf: add RX splitq napi poll supportAlan Brady1-1/+79
2023-09-14idpf: add TX splitq napi poll supportJoshua Hay1-1/+43
2023-09-14idpf: add splitq start_xmitJoshua Hay1-1/+178
2023-09-14idpf: initialize interrupts and enable vportPavan Kumar Linga1-0/+34
2023-09-14idpf: configure resources for RX queuesAlan Brady1-3/+200
2023-09-14idpf: configure resources for TX queuesAlan Brady1-0/+206
2023-09-14idpf: add ptypes and MAC filter supportPavan Kumar Linga1-0/+113
2023-09-14idpf: add create vport and netdev configurationPavan Kumar Linga1-0/+52
2023-09-14idpf: add core init and interrupt requestPavan Kumar Linga1-0/+38