first_pkt        2324 drivers/net/wireless/ath/ath6kl/htc_mbox.c 	struct htc_packet *first_pkt;
first_pkt        2331 drivers/net/wireless/ath/ath6kl/htc_mbox.c 	first_pkt = list_first_entry(pkt_queue, struct htc_packet, list);
first_pkt        2333 drivers/net/wireless/ath/ath6kl/htc_mbox.c 	if (first_pkt->endpoint >= ENDPOINT_MAX)
first_pkt        2340 drivers/net/wireless/ath/ath6kl/htc_mbox.c 		first_pkt->endpoint, depth, first_pkt->buf_len);
first_pkt        2342 drivers/net/wireless/ath/ath6kl/htc_mbox.c 	endpoint = &target->endpoint[first_pkt->endpoint];
first_pkt        2363 drivers/net/wireless/ath/ath6kl/htc_mbox.c 		if (target->ep_waiting == first_pkt->endpoint) {
first_pkt         810 net/rxrpc/input.c 			       rxrpc_seq_t first_pkt, rxrpc_seq_t prev_pkt)
first_pkt         814 net/rxrpc/input.c 	if (after(first_pkt, base))
first_pkt         817 net/rxrpc/input.c 	if (before(first_pkt, base))