Lines Matching refs:tx_desc
1428 struct ixgb_tx_desc *tx_desc = NULL; in ixgb_tx_queue() local
1450 tx_desc = IXGB_TX_DESC(*tx_ring, i); in ixgb_tx_queue()
1451 tx_desc->buff_addr = cpu_to_le64(buffer_info->dma); in ixgb_tx_queue()
1452 tx_desc->cmd_type_len = in ixgb_tx_queue()
1454 tx_desc->status = status; in ixgb_tx_queue()
1455 tx_desc->popts = popts; in ixgb_tx_queue()
1456 tx_desc->vlan = cpu_to_le16(vlan_id); in ixgb_tx_queue()
1461 tx_desc->cmd_type_len |= in ixgb_tx_queue()
1846 struct ixgb_tx_desc *tx_desc, *eop_desc; in ixgb_clean_tx_irq() local
1859 tx_desc = IXGB_TX_DESC(*tx_ring, i); in ixgb_clean_tx_irq()
1862 if (tx_desc->popts & in ixgb_clean_tx_irq()
1869 *(u32 *)&(tx_desc->status) = 0; in ixgb_clean_tx_irq()