Searched refs:txc (Results 1 – 1 of 1) sorted by relevance
196 union hw_atl_txc_s *txc; in atl_reset_tx_queue() local210 txc->flags1 = 0; in atl_reset_tx_queue()211 txc->flags2 = 2; in atl_reset_tx_queue()1180 txc->cmd = 0x4; in atl_tso_setup()1183 txc->cmd |= 0x2; in atl_tso_setup()1185 txc->l2_len = tx_pkt->l2_len; in atl_tso_setup()1186 txc->l3_len = tx_pkt->l3_len; in atl_tso_setup()1187 txc->l4_len = tx_pkt->l4_len; in atl_tso_setup()1199 txc->idx = 0; in atl_tso_setup()1236 txc->flags1 = 0U; in atl_xmit_pkt()[all …]