Searched refs:ptpd (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/atheros/atlx/
H A Datl1.c2099 struct tx_packet_desc *ptpd)
2128 ptpd->word3 |= (iph->ihl & TPD_IPHL_MASK) <<
2130 ptpd->word3 |= ((tcp_hdrlen(skb) >> 2) &
2133 ptpd->word3 |= 1 << TPD_IP_CSUM_SHIFT;
2134 ptpd->word3 |= 1 << TPD_TCP_CSUM_SHIFT;
2144 ptpd->word3 |= 1 << TPD_ETHTYPE_SHIFT;
2148 ptpd->word3 |= (iph->ihl & TPD_IPHL_MASK) <<
2150 ptpd->word3 |= ((tcp_hdrlen(skb) >> 2) &
2152 ptpd->word3 |= (skb_shinfo(skb)->gso_size &
2154 ptpd
2098 atl1_tso(struct atl1_adapter *adapter, struct sk_buff *skb, struct tx_packet_desc *ptpd) argument
2161 atl1_tx_csum(struct atl1_adapter *adapter, struct sk_buff *skb, struct tx_packet_desc *ptpd) argument
2186 atl1_tx_map(struct atl1_adapter *adapter, struct sk_buff *skb, struct tx_packet_desc *ptpd) argument
2290 atl1_tx_queue(struct atl1_adapter *adapter, u16 count, struct tx_packet_desc *ptpd) argument
2349 struct tx_packet_desc *ptpd; local
[all...]

Completed in 185 milliseconds