Lines Matching refs:packet_data

515 static struct packet_data *pkt_alloc_packet_data(int frames)  in pkt_alloc_packet_data()
518 struct packet_data *pkt; in pkt_alloc_packet_data()
520 pkt = kzalloc(sizeof(struct packet_data), GFP_KERNEL); in pkt_alloc_packet_data()
563 static void pkt_free_packet_data(struct packet_data *pkt) in pkt_free_packet_data()
577 struct packet_data *pkt, *next; in pkt_shrink_pktlist()
589 struct packet_data *pkt; in pkt_grow_pktlist()
935 struct packet_data *pkt = bio->bi_private; in pkt_end_io_read()
955 struct packet_data *pkt = bio->bi_private; in pkt_end_io_packet_write()
973 static void pkt_gather_data(struct pktcdvd_device *pd, struct packet_data *pkt) in pkt_gather_data()
1046 static struct packet_data *pkt_get_packet_data(struct pktcdvd_device *pd, int zone) in pkt_get_packet_data()
1048 struct packet_data *pkt; in pkt_get_packet_data()
1062 static void pkt_put_packet_data(struct pktcdvd_device *pd, struct packet_data *pkt) in pkt_put_packet_data()
1071 static inline void pkt_set_state(struct packet_data *pkt, enum packet_data_state state) in pkt_set_state()
1091 struct packet_data *pkt, *p; in pkt_handle_queue()
1227 static void pkt_start_write(struct pktcdvd_device *pd, struct packet_data *pkt) in pkt_start_write()
1269 static void pkt_finish_packet(struct packet_data *pkt, blk_status_t status) in pkt_finish_packet()
1283 static void pkt_run_state_machine(struct pktcdvd_device *pd, struct packet_data *pkt) in pkt_run_state_machine()
1338 struct packet_data *pkt, *next; in pkt_handle_packets()
1367 struct packet_data *pkt; in pkt_count_states()
1387 struct packet_data *pkt; in kcdrwd()
2309 struct packet_data *pkt; in pkt_make_request_write()