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

/linux-master/net/rxrpc/
H A Dcall_event.c76 bool unacked = false, did_send = false; local
164 unacked = true;
182 if (unacked)
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dadapter.h174 unsigned int unacked; /* Tx descriptors used since last COMPL */ member in struct:sge_txq
H A Dsge.c1318 q->unacked += ndesc;
1319 compl = (q->unacked & 8) << (S_WR_COMPL - 3);
1320 q->unacked &= 7;
/linux-master/block/
H A Dbadblocks.c24 * setting range can be acked or unacked. And the setting range may merge,
66 * 2.1.1) If S and E are both acked or unacked range, the setting range S can
71 * 2.1.2) If S is unacked setting and E is acked, the setting will be denied, and
76 * 2.1.3) If S is acked setting and E is unacked, range S can overwrite on E.
83 * 2.2.1) If S and E are both acked or unacked range, the setting range S can
88 * 2.2.2) If S is unacked setting and E is acked, the setting will be denied, and
93 * 2.2.3) If S is acked setting and E is unacked, range S can overwrite all of
148 * 4.1.1) If range S and E have same acknowledge value (both acked or unacked),
153 * 4.1.2) If range E is acked and the setting range S is unacked, the setting
158 * 4.1.3) If range E is unacked, an
840 bool unacked = false; local
[all...]
/linux-master/net/llc/
H A Dllc_c_ac.c1174 u16 unacked = 0; local
1179 acked = llc_conn_remove_acked_pdus(sk, llc->last_nr, &unacked);
1192 if (unacked)
/linux-master/net/bluetooth/
H A Dl2cap_core.c1993 BT_DBG("Sent %d, %u unacked, %u in ERTM queue", sent,
6322 u16 unacked; local
6324 unacked = __seq_offset(chan, chan->next_tx_seq, chan->expected_ack_seq);
6325 return __seq_offset(chan, chan->next_tx_seq, reqseq) <= unacked;

Completed in 313 milliseconds