Lines Matching refs:packet_data
421 struct packet_data *pkt; in pkt_count_states()
546 static struct packet_data *pkt_alloc_packet_data(int frames) in pkt_alloc_packet_data()
549 struct packet_data *pkt; in pkt_alloc_packet_data()
551 pkt = kzalloc(sizeof(struct packet_data), GFP_KERNEL); in pkt_alloc_packet_data()
594 static void pkt_free_packet_data(struct packet_data *pkt) in pkt_free_packet_data()
608 struct packet_data *pkt, *next; in pkt_shrink_pktlist()
620 struct packet_data *pkt; in pkt_grow_pktlist()
968 struct packet_data *pkt = bio->bi_private; in pkt_end_io_read()
987 struct packet_data *pkt = bio->bi_private; in pkt_end_io_packet_write()
1005 static void pkt_gather_data(struct pktcdvd_device *pd, struct packet_data *pkt) in pkt_gather_data()
1077 static struct packet_data *pkt_get_packet_data(struct pktcdvd_device *pd, int zone) in pkt_get_packet_data()
1079 struct packet_data *pkt; in pkt_get_packet_data()
1093 static void pkt_put_packet_data(struct pktcdvd_device *pd, struct packet_data *pkt) in pkt_put_packet_data()
1102 static inline void pkt_set_state(struct device *ddev, struct packet_data *pkt, in pkt_set_state()
1123 struct packet_data *pkt, *p; in pkt_handle_queue()
1260 static void pkt_start_write(struct pktcdvd_device *pd, struct packet_data *pkt) in pkt_start_write()
1302 static void pkt_finish_packet(struct packet_data *pkt, blk_status_t status) in pkt_finish_packet()
1316 static void pkt_run_state_machine(struct pktcdvd_device *pd, struct packet_data *pkt) in pkt_run_state_machine()
1374 struct packet_data *pkt, *next; in pkt_handle_packets()
1409 struct packet_data *pkt; in kcdrwd()
2340 struct packet_data *pkt; in pkt_make_request_write()