Searched refs:tx_cmd (Results 1 – 1 of 1) sorted by relevance
1174 uint32_t tx_cmd = 0; in atl_tso_setup() local1193 tx_cmd |= tx_desc_cmd_vlan; in atl_tso_setup()1197 if (tx_cmd) { in atl_tso_setup()1202 return tx_cmd; in atl_tso_setup()1207 uint32_t tx_cmd) in atl_setup_csum_offload() argument1213 txd->cmd |= tx_cmd; in atl_setup_csum_offload()1229 u32 tx_cmd = 0U; in atl_xmit_pkt() local1239 tx_cmd = atl_tso_setup(tx_pkt, txc); in atl_xmit_pkt()1241 if (tx_cmd) { in atl_xmit_pkt()1253 txd->ct_en = !!tx_cmd; in atl_xmit_pkt()[all …]