Searched refs:pkt_hdr (Results 1 – 7 of 7) sorted by relevance
1447 ax88179_rx_checksum(struct sk_buff *skb, u32 *pkt_hdr) in ax88179_rx_checksum() argument1452 if ((*pkt_hdr & AX_RXHDR_L3CSUM_ERR) || in ax88179_rx_checksum()1453 (*pkt_hdr & AX_RXHDR_L4CSUM_ERR)) in ax88179_rx_checksum()1457 if (((*pkt_hdr & AX_RXHDR_L4_TYPE_MASK) == AX_RXHDR_L4_TYPE_TCP) || in ax88179_rx_checksum()1458 ((*pkt_hdr & AX_RXHDR_L4_TYPE_MASK) == AX_RXHDR_L4_TYPE_UDP)) in ax88179_rx_checksum()1468 u32 *pkt_hdr; in ax88179_rx_fixup() local1489 pkt_hdr = (u32 *)(skb->data + hdr_off); in ax88179_rx_fixup()1494 for (; ; pkt_cnt--, pkt_hdr++) { in ax88179_rx_fixup()1497 le32_to_cpus(pkt_hdr); in ax88179_rx_fixup()1498 pkt_len = (*pkt_hdr >> 16) & 0x1fff; in ax88179_rx_fixup()[all …]
84 struct pkt_hdr { struct188 struct pkt_hdr *header; in solos_param_show()243 struct pkt_hdr *header; in solos_param_store()468 struct pkt_hdr *header; in send_command()773 struct pkt_hdr _hdr, *header; in solos_bh()922 struct pkt_hdr *header; in popen()956 struct pkt_hdr *header; in pclose()1106 struct pkt_hdr *header = (void *)oldskb->data; in fpga_tx()1140 struct pkt_hdr *header; in psend()1358 struct pkt_hdr *header; in atm_init()
28 struct pkt_hdr { struct383 struct pkt_hdr *hdr = (void *)__data; in sd_pkt_scan()
326 union pkt_hdr { union401 union pkt_hdr irh;
56 dma_addr_t pkt_hdr; member
1872 fpdu->pkt_hdr = buf->data_phys_addr + placement_offset; in qed_iwarp_init_fpdu()1996 tx_pkt.first_frag = fpdu->pkt_hdr; in qed_iwarp_recycle_pkt()2029 tx_pkt.first_frag = fpdu->pkt_hdr; in qed_iwarp_win_right_edge()2082 tx_pkt.first_frag = fpdu->pkt_hdr; in qed_iwarp_send_fpdu()
11180 + struct hif_hdr *pkt_hdr;11231 + pkt_hdr = (struct hif_hdr *)hif->rx_buf_addr[rtc];11237 + __memcpy8(&hif_hdr, pkt_hdr);11261 + free_buf = pkt_hdr;11275 + (void *)pkt_hdr, len, flags,12399 +static inline void hif_hdr_write(struct hif_hdr *pkt_hdr, unsigned int12404 + if (!((unsigned long)pkt_hdr & 0x3)) {12405 + ((u32 *)pkt_hdr)[0] = (client_ctrl << 16) | (qno << 8) |12408 + ((u16 *)pkt_hdr)[0] = (qno << 8) | (client_id & 0xFF);12409 + ((u16 *)pkt_hdr)[1] = (client_ctrl & 0xFFFF);