Searched refs:igb_tx (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/net/ |
H A D | igb.c | 534 VMSTATE_STRUCT_ARRAY(ctx, struct igb_tx, 2, 0, igb_vmstate_tx_ctx, 536 VMSTATE_UINT32(first_cmd_type_len, struct igb_tx), 537 VMSTATE_UINT32(first_olinfo_status, struct igb_tx), 538 VMSTATE_BOOL(first, struct igb_tx), 539 VMSTATE_BOOL(skip_cp, struct igb_tx), 586 igb_vmstate_tx, struct igb_tx),
|
H A D | igb_core.h | 75 struct igb_tx { struct
|
H A D | igb_core.c | 438 igb_tx_insert_vlan(IGBCore *core, uint16_t qn, struct igb_tx *tx, in igb_tx_insert_vlan() 460 igb_setup_tx_offloads(IGBCore *core, struct igb_tx *tx) in igb_setup_tx_offloads() 520 static bool igb_tx_pkt_switch(IGBCore *core, struct igb_tx *tx, in igb_tx_pkt_switch() 546 igb_tx_pkt_send(IGBCore *core, struct igb_tx *tx, int queue_index) in igb_tx_pkt_send() 605 struct igb_tx *tx, in igb_process_tx_desc() 759 struct igb_tx *tx; 4464 struct igb_tx *tx; in igb_reset()
|