Searched refs:new_tail (Results 1 - 1 of 1) sorted by relevance

/arch/sparc/kernel/
H A Dldc.c223 unsigned long *new_tail)
232 *new_tail = t;
254 unsigned long limit, tail, new_tail, diff; local
259 new_tail = tx_advance(lp, tail);
260 if (new_tail == limit)
263 if (limit > new_tail)
264 diff = limit - new_tail;
267 ((lp->tx_num_entries * LDC_PACKET_SIZE) - new_tail));
278 unsigned long *new_tail)
288 *new_tail
222 handshake_get_tx_packet(struct ldc_channel *lp, unsigned long *new_tail) argument
277 data_get_tx_packet(struct ldc_channel *lp, unsigned long *new_tail) argument
342 send_tx_packet(struct ldc_channel *lp, struct ldc_packet *p, unsigned long new_tail) argument
351 handshake_compose_ctrl(struct ldc_channel *lp, u8 stype, u8 ctrl, void *data, int dlen, unsigned long *new_tail) argument
373 unsigned long new_tail; local
396 unsigned long new_tail; local
416 unsigned long new_tail; local
432 unsigned long new_tail; local
452 unsigned long new_tail; local
471 unsigned long new_tail; local
491 unsigned long new_tail; local
630 unsigned long new_tail; local
1413 unsigned long new_tail; local
1621 unsigned long new_tail; local
[all...]

Completed in 101 milliseconds