Lines Matching refs:packet_data
521 static struct packet_data *pkt_alloc_packet_data(int frames) in pkt_alloc_packet_data()
524 struct packet_data *pkt; in pkt_alloc_packet_data()
526 pkt = kzalloc(sizeof(struct packet_data), GFP_KERNEL); in pkt_alloc_packet_data()
575 static void pkt_free_packet_data(struct packet_data *pkt) in pkt_free_packet_data()
592 struct packet_data *pkt, *next; in pkt_shrink_pktlist()
604 struct packet_data *pkt; in pkt_grow_pktlist()
953 static void pkt_make_local_copy(struct packet_data *pkt, struct bio_vec *bvec) in pkt_make_local_copy()
981 struct packet_data *pkt = bio->bi_private; in pkt_end_io_read()
1000 struct packet_data *pkt = bio->bi_private; in pkt_end_io_packet_write()
1017 static void pkt_gather_data(struct pktcdvd_device *pd, struct packet_data *pkt) in pkt_gather_data()
1092 static struct packet_data *pkt_get_packet_data(struct pktcdvd_device *pd, int zone) in pkt_get_packet_data()
1094 struct packet_data *pkt; in pkt_get_packet_data()
1108 static void pkt_put_packet_data(struct pktcdvd_device *pd, struct packet_data *pkt) in pkt_put_packet_data()
1123 static int pkt_start_recovery(struct packet_data *pkt) in pkt_start_recovery()
1176 static inline void pkt_set_state(struct packet_data *pkt, enum packet_data_state state) in pkt_set_state()
1196 struct packet_data *pkt, *p; in pkt_handle_queue()
1297 static void pkt_start_write(struct pktcdvd_device *pd, struct packet_data *pkt) in pkt_start_write()
1342 static void pkt_finish_packet(struct packet_data *pkt, int uptodate) in pkt_finish_packet()
1354 static void pkt_run_state_machine(struct pktcdvd_device *pd, struct packet_data *pkt) in pkt_run_state_machine()
1416 struct packet_data *pkt, *next; in pkt_handle_packets()
1445 struct packet_data *pkt; in pkt_count_states()
1465 struct packet_data *pkt; in kcdrwd()
2363 struct packet_data *pkt; in pkt_make_request_write()