Lines Matching refs:packet_data
520 * Allocate a packet_data struct
522 static struct packet_data *pkt_alloc_packet_data(int frames)
525 struct packet_data *pkt;
527 pkt = kzalloc(sizeof(struct packet_data), GFP_KERNEL);
574 * Free a packet_data struct
576 static void pkt_free_packet_data(struct packet_data *pkt)
593 struct packet_data *pkt, *next;
605 struct packet_data *pkt;
949 struct packet_data *pkt = bio->bi_private;
968 struct packet_data *pkt = bio->bi_private;
985 static void pkt_gather_data(struct pktcdvd_device *pd, struct packet_data *pkt)
1060 static struct packet_data *pkt_get_packet_data(struct pktcdvd_device *pd, int zone)
1062 struct packet_data *pkt;
1076 static void pkt_put_packet_data(struct pktcdvd_device *pd, struct packet_data *pkt)
1085 static inline void pkt_set_state(struct packet_data *pkt, enum packet_data_state state)
1105 struct packet_data *pkt, *p;
1206 static void pkt_start_write(struct pktcdvd_device *pd, struct packet_data *pkt)
1249 static void pkt_finish_packet(struct packet_data *pkt, blk_status_t status)
1263 static void pkt_run_state_machine(struct pktcdvd_device *pd, struct packet_data *pkt)
1318 struct packet_data *pkt, *next;
1347 struct packet_data *pkt;
1367 struct packet_data *pkt;
2290 struct packet_data *pkt;