Lines Matching refs:pkt
98 struct fw_pkt *pkt; in dvrecv() local
161 pkt = (struct fw_pkt *) ptr; in dvrecv()
176 if (pkt->mode.stream.len <= sizeof(struct ciphdr)) in dvrecv()
252 struct fw_pkt *pkt; in dvsend() local
286 pkt = (struct fw_pkt *) &iso_data; in dvsend()
287 pkt->mode.stream.len = DSIZE + sizeof(struct ciphdr); in dvsend()
288 pkt->mode.stream.sy = 0; in dvsend()
289 pkt->mode.stream.tcode = FWTCODE_STREAM; in dvsend()
290 pkt->mode.stream.chtag = ich; in dvsend()
292 pkt = (struct fw_pkt *) &iso_empty; in dvsend()
293 pkt->mode.stream.len = sizeof(struct ciphdr); in dvsend()