spkt             9091 drivers/scsi/aic7xxx/aic79xx_core.c 	struct initiator_status *spkt;
spkt             9129 drivers/scsi/aic7xxx/aic79xx_core.c 	spkt = &hscb->shared_data.istatus;
spkt             9130 drivers/scsi/aic7xxx/aic79xx_core.c 	resid_sgptr = ahd_le32toh(spkt->residual_sgptr);
spkt             9155 drivers/scsi/aic7xxx/aic79xx_core.c 		resid = ahd_le32toh(spkt->residual_datacnt) & AHD_SG_LEN_MASK;
spkt             6624 drivers/scsi/aic7xxx/aic7xxx_core.c 	struct status_pkt *spkt;
spkt             6656 drivers/scsi/aic7xxx/aic7xxx_core.c 	spkt = &hscb->shared_data.status;
spkt             6657 drivers/scsi/aic7xxx/aic7xxx_core.c 	resid_sgptr = ahc_le32toh(spkt->residual_sg_ptr);
spkt             6673 drivers/scsi/aic7xxx/aic7xxx_core.c 		resid = ahc_le32toh(spkt->residual_datacnt) & AHC_SG_LEN_MASK;
spkt             1797 net/packet/af_packet.c 	struct sockaddr_pkt *spkt;
spkt             1833 net/packet/af_packet.c 	spkt = &PACKET_SKB_CB(skb)->sa.pkt;
spkt             1841 net/packet/af_packet.c 	spkt->spkt_family = dev->type;
spkt             1842 net/packet/af_packet.c 	strlcpy(spkt->spkt_device, dev->name, sizeof(spkt->spkt_device));
spkt             1843 net/packet/af_packet.c 	spkt->spkt_protocol = skb->protocol;