Lines Matching refs:packet_data

522 static struct packet_data *pkt_alloc_packet_data(int frames)  in pkt_alloc_packet_data()
525 struct packet_data *pkt; in pkt_alloc_packet_data()
527 pkt = kzalloc(sizeof(struct packet_data), GFP_KERNEL); in pkt_alloc_packet_data()
576 static void pkt_free_packet_data(struct packet_data *pkt) in pkt_free_packet_data()
593 struct packet_data *pkt, *next; in pkt_shrink_pktlist()
605 struct packet_data *pkt; in pkt_grow_pktlist()
949 struct packet_data *pkt = bio->bi_private; in pkt_end_io_read()
968 struct packet_data *pkt = bio->bi_private; in pkt_end_io_packet_write()
985 static void pkt_gather_data(struct pktcdvd_device *pd, struct packet_data *pkt) in pkt_gather_data()
1060 static struct packet_data *pkt_get_packet_data(struct pktcdvd_device *pd, int zone) in pkt_get_packet_data()
1062 struct packet_data *pkt; in pkt_get_packet_data()
1076 static void pkt_put_packet_data(struct pktcdvd_device *pd, struct packet_data *pkt) in pkt_put_packet_data()
1085 static inline void pkt_set_state(struct packet_data *pkt, enum packet_data_state state) in pkt_set_state()
1105 struct packet_data *pkt, *p; in pkt_handle_queue()
1206 static void pkt_start_write(struct pktcdvd_device *pd, struct packet_data *pkt) in pkt_start_write()
1249 static void pkt_finish_packet(struct packet_data *pkt, blk_status_t status) in pkt_finish_packet()
1263 static void pkt_run_state_machine(struct pktcdvd_device *pd, struct packet_data *pkt) in pkt_run_state_machine()
1318 struct packet_data *pkt, *next; in pkt_handle_packets()
1347 struct packet_data *pkt; in pkt_count_states()
1367 struct packet_data *pkt; in kcdrwd()
2290 struct packet_data *pkt; in pkt_make_request_write()