Lines Matching refs:packet_data
560 static struct packet_data *pkt_alloc_packet_data(int frames) in pkt_alloc_packet_data()
563 struct packet_data *pkt; in pkt_alloc_packet_data()
565 pkt = kzalloc(sizeof(struct packet_data), GFP_KERNEL); in pkt_alloc_packet_data()
613 static void pkt_free_packet_data(struct packet_data *pkt) in pkt_free_packet_data()
630 struct packet_data *pkt, *next; in pkt_shrink_pktlist()
642 struct packet_data *pkt; in pkt_grow_pktlist()
1013 static void pkt_make_local_copy(struct packet_data *pkt, struct bio_vec *bvec) in pkt_make_local_copy()
1041 struct packet_data *pkt = bio->bi_private; in pkt_end_io_read()
1059 struct packet_data *pkt = bio->bi_private; in pkt_end_io_packet_write()
1076 static void pkt_gather_data(struct pktcdvd_device *pd, struct packet_data *pkt) in pkt_gather_data()
1154 static struct packet_data *pkt_get_packet_data(struct pktcdvd_device *pd, int zone) in pkt_get_packet_data()
1156 struct packet_data *pkt; in pkt_get_packet_data()
1170 static void pkt_put_packet_data(struct pktcdvd_device *pd, struct packet_data *pkt) in pkt_put_packet_data()
1185 static int pkt_start_recovery(struct packet_data *pkt) in pkt_start_recovery()
1239 static inline void pkt_set_state(struct packet_data *pkt, enum packet_data_state state) in pkt_set_state()
1258 struct packet_data *pkt, *p; in pkt_handle_queue()
1361 static void pkt_start_write(struct pktcdvd_device *pd, struct packet_data *pkt) in pkt_start_write()
1439 static void pkt_finish_packet(struct packet_data *pkt, int uptodate) in pkt_finish_packet()
1451 static void pkt_run_state_machine(struct pktcdvd_device *pd, struct packet_data *pkt) in pkt_run_state_machine()
1513 struct packet_data *pkt, *next; in pkt_handle_packets()
1544 struct packet_data *pkt; in pkt_count_states()
1564 struct packet_data *pkt; in kcdrwd()
2452 struct packet_data *pkt; in pkt_make_request()