ncsi_pkt_hdr       36 net/ncsi/ncsi-cmd.c static void ncsi_cmd_build_header(struct ncsi_pkt_hdr *h,
ncsi_pkt_hdr       56 net/ncsi/ncsi-cmd.c 	pchecksum = (__be32 *)((void *)h + sizeof(struct ncsi_pkt_hdr) +
ncsi_pkt_hdr      394 net/ncsi/ncsi-netlink.c 	struct ncsi_pkt_hdr *hdr;
ncsi_pkt_hdr      442 net/ncsi/ncsi-netlink.c 	if (len < sizeof(struct ncsi_pkt_hdr)) {
ncsi_pkt_hdr      451 net/ncsi/ncsi-netlink.c 	hdr = (struct ncsi_pkt_hdr *)data;
ncsi_pkt_hdr      547 net/ncsi/ncsi-netlink.c 			    NCSI_PACKAGE_INDEX((((struct ncsi_pkt_hdr *)
ncsi_pkt_hdr       21 net/ncsi/ncsi-pkt.h 	struct ncsi_pkt_hdr common; /* Common NCSI packet header */
ncsi_pkt_hdr       25 net/ncsi/ncsi-pkt.h 	struct ncsi_pkt_hdr common; /* Common NCSI packet header */
ncsi_pkt_hdr       31 net/ncsi/ncsi-pkt.h 	struct ncsi_pkt_hdr common;       /* Common NCSI packet header */
ncsi_pkt_hdr     1112 net/ncsi/ncsi-rsp.c 	struct ncsi_pkt_hdr *hdr;
ncsi_pkt_hdr     1123 net/ncsi/ncsi-rsp.c 	hdr = (struct ncsi_pkt_hdr *)skb_network_header(skb);