Searched refs:ptpd (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atlx/ |
H A D | atl1.c | 2099 struct tx_packet_desc *ptpd) in atl1_tso() 2125 ptpd->word3 |= (iph->ihl & TPD_IPHL_MASK) << in atl1_tso() 2127 ptpd->word3 |= ((tcp_hdrlen(skb) >> 2) & in atl1_tso() 2130 ptpd->word3 |= 1 << TPD_IP_CSUM_SHIFT; in atl1_tso() 2131 ptpd->word3 |= 1 << TPD_TCP_CSUM_SHIFT; in atl1_tso() 2141 ptpd->word3 |= 1 << TPD_ETHTYPE_SHIFT; in atl1_tso() 2145 ptpd->word3 |= (iph->ihl & TPD_IPHL_MASK) << in atl1_tso() 2147 ptpd->word3 |= ((tcp_hdrlen(skb) >> 2) & in atl1_tso() 2149 ptpd->word3 |= (skb_shinfo(skb)->gso_size & in atl1_tso() 2151 ptpd in atl1_tso() 2098 atl1_tso(struct atl1_adapter *adapter, struct sk_buff *skb, struct tx_packet_desc *ptpd) atl1_tso() argument 2158 atl1_tx_csum(struct atl1_adapter *adapter, struct sk_buff *skb, struct tx_packet_desc *ptpd) atl1_tx_csum() argument 2183 atl1_tx_map(struct atl1_adapter *adapter, struct sk_buff *skb, struct tx_packet_desc *ptpd) atl1_tx_map() argument 2287 atl1_tx_queue(struct atl1_adapter *adapter, u16 count, struct tx_packet_desc *ptpd) atl1_tx_queue() argument 2346 struct tx_packet_desc *ptpd; atl1_xmit_frame() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atlx/ |
H A D | atl1.c | 2099 struct tx_packet_desc *ptpd) in atl1_tso() 2128 ptpd->word3 |= (iph->ihl & TPD_IPHL_MASK) << in atl1_tso() 2130 ptpd->word3 |= ((tcp_hdrlen(skb) >> 2) & in atl1_tso() 2133 ptpd->word3 |= 1 << TPD_IP_CSUM_SHIFT; in atl1_tso() 2134 ptpd->word3 |= 1 << TPD_TCP_CSUM_SHIFT; in atl1_tso() 2144 ptpd->word3 |= 1 << TPD_ETHTYPE_SHIFT; in atl1_tso() 2148 ptpd->word3 |= (iph->ihl & TPD_IPHL_MASK) << in atl1_tso() 2150 ptpd->word3 |= ((tcp_hdrlen(skb) >> 2) & in atl1_tso() 2152 ptpd->word3 |= (skb_shinfo(skb)->gso_size & in atl1_tso() 2154 ptpd in atl1_tso() 2098 atl1_tso(struct atl1_adapter *adapter, struct sk_buff *skb, struct tx_packet_desc *ptpd) atl1_tso() argument 2161 atl1_tx_csum(struct atl1_adapter *adapter, struct sk_buff *skb, struct tx_packet_desc *ptpd) atl1_tx_csum() argument 2186 atl1_tx_map(struct atl1_adapter *adapter, struct sk_buff *skb, struct tx_packet_desc *ptpd) atl1_tx_map() argument 2290 atl1_tx_queue(struct atl1_adapter *adapter, u16 count, struct tx_packet_desc *ptpd) atl1_tx_queue() argument 2349 struct tx_packet_desc *ptpd; atl1_xmit_frame() local [all...] |
Completed in 7 milliseconds