Home
last modified time | relevance | path

Searched refs:send_queue (Results 1 – 17 of 17) sorted by relevance

/freebsd-14.2/sys/cam/
H A Dcam_queue.c202 if (camq_init(&devq->send_queue, devices) != 0) in cam_devq_init()
213 camq_fini(&devq->send_queue); in cam_devq_free()
223 retval = camq_resize(&camq->send_queue, devices); in cam_devq_resize()
H A Dcam_queue.h74 struct camq send_queue; member
H A Dcam_xpt.c337 xpt_schedule_dev(&devq->send_queue, in xpt_schedule_devq()
3293 devq->send_queue.qfrozen_cnt++; in xpt_run_devq()
3294 while ((devq->send_queue.entries > 0) in xpt_run_devq()
3296 && (devq->send_queue.qfrozen_cnt <= 1)) { in xpt_run_devq()
3389 devq->send_queue.qfrozen_cnt--; in xpt_run_devq()
4354 camq_remove(&devq->send_queue, dev->devq_entry.index); in xpt_freeze_devq_device()
4381 freeze = (devq->send_queue.qfrozen_cnt += count); in xpt_freeze_simq()
4464 if (devq->send_queue.qfrozen_cnt <= 0) { in xpt_release_simq()
4467 devq->send_queue.qfrozen_cnt); in xpt_release_simq()
4470 devq->send_queue.qfrozen_cnt--; in xpt_release_simq()
[all …]
/freebsd-14.2/tools/tools/net80211/w00t/expand/
H A Dexpand.c302 void send_queue(struct params *p) in send_queue() function
362 send_queue(p); in read_wifi()
386 send_queue(p); in own()
/freebsd-14.2/sys/ofed/drivers/infiniband/core/
H A Dib_mad.c1186 if (qp_info->send_queue.count < qp_info->send_queue.max_active) { in ib_send_mad()
1189 list = &qp_info->send_queue.list; in ib_send_mad()
1196 qp_info->send_queue.count++; in ib_send_mad()
2427 struct ib_mad_queue *send_queue; in ib_mad_send_done() local
2443 send_queue = mad_list->mad_queue; in ib_mad_send_done()
2444 qp_info = send_queue->qp_info; in ib_mad_send_done()
2454 spin_lock_irqsave(&send_queue->lock, flags); in ib_mad_send_done()
2458 if (send_queue->count-- > send_queue->max_active) { in ib_mad_send_done()
2466 spin_unlock_irqrestore(&send_queue->lock, flags); in ib_mad_send_done()
3051 init_mad_queue(qp_info, &qp_info->send_queue); in init_mad_qp()
[all …]
H A Dmad_priv.h190 struct ib_mad_queue send_queue; member
/freebsd-14.2/usr.sbin/bsnmpd/modules/snmp_hast/
H A Dhast_snmp.c83 uint32_t send_queue; member
355 res->send_queue = in update_resources()
525 value->v.uint32 = res->send_queue; in op_hastResourceTable()
/freebsd-14.2/tools/tools/net80211/w00t/redir/
H A Dredir.c319 void send_queue(struct params *p) in send_queue() function
418 send_queue(p); in read_wifi()
555 send_queue(p); in read_buddy_data()
/freebsd-14.2/sys/netinet/
H A Dsctp_timer.c701 if (TAILQ_EMPTY(&stcb->asoc.send_queue)) { in sctp_mark_all_for_resend()
704 chk->rec.data.fast_retran_tsn = (TAILQ_FIRST(&stcb->asoc.send_queue))->rec.data.tsn; in sctp_mark_all_for_resend()
1353 KASSERT(TAILQ_EMPTY(&stcb->asoc.send_queue), ("send_queue not empty")); in sctp_audit_stream_queues_for_size()
1389 if ((TAILQ_EMPTY(&stcb->asoc.send_queue)) && in sctp_audit_stream_queues_for_size()
1435 (TAILQ_EMPTY(&stcb->asoc.send_queue)) && in sctp_heartbeat_timer()
1559 if (TAILQ_EMPTY(&asoc->send_queue) && in sctp_autoclose_timer()
H A Dsctp_input.c273 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) { in sctp_process_init()
275 TAILQ_REMOVE(&asoc->send_queue, chk, sctp_next); in sctp_process_init()
917 if (!TAILQ_EMPTY(&stcb->asoc.send_queue) || in sctp_handle_shutdown()
974 if (!TAILQ_EMPTY(&stcb->asoc.send_queue) || in sctp_handle_shutdown_ack()
2791 TAILQ_EMPTY(&asoc->send_queue) && in sctp_handle_cookie_ack()
2873 lchk = TAILQ_LAST(&stcb->asoc.send_queue, sctpchunk_listhead); in sctp_handle_ecn_echo()
3033 if (!TAILQ_EMPTY(&stcb->asoc.send_queue) || in sctp_handle_shutdown_complete()
3141 if (TAILQ_EMPTY(&stcb->asoc.send_queue)) { in process_chunk_drop()
3144 tp1->rec.data.fast_retran_tsn = (TAILQ_FIRST(&stcb->asoc.send_queue))->rec.data.tsn; in process_chunk_drop()
4768 if (TAILQ_EMPTY(&stcb->asoc.send_queue) && in sctp_process_control()
H A Dsctp_indata.c3304 tp1 = TAILQ_FIRST(&stcb->asoc.send_queue); in sctp_strike_gap_ack_chunks()
3688 if (TAILQ_EMPTY(&asoc->send_queue)) { in sctp_strike_gap_ack_chunks()
3707 ttt = TAILQ_FIRST(&asoc->send_queue); in sctp_strike_gap_ack_chunks()
4278 if (TAILQ_EMPTY(&asoc->send_queue) && TAILQ_EMPTY(&asoc->sent_queue)) { in sctp_express_handle_sack()
4526 TAILQ_EMPTY(&asoc->send_queue) && in sctp_handle_sack()
4946 if (TAILQ_EMPTY(&asoc->send_queue) && TAILQ_EMPTY(&asoc->sent_queue)) { in sctp_handle_sack()
H A Dsctp_cc_functions.c208 lchk = TAILQ_FIRST(&asoc->send_queue); in sctp_cwnd_update_after_fr()
1706 lchk = TAILQ_FIRST(&asoc->send_queue); in sctp_hs_cwnd_update_after_fr()
2239 lchk = TAILQ_FIRST(&asoc->send_queue); in sctp_htcp_cwnd_update_after_fr()
H A Dsctp_structs.h830 struct sctpchunk_listhead send_queue; member
H A Dsctp_output.c6746 if (TAILQ_EMPTY(&asoc->send_queue) && in sctp_sendall_iterator()
6794 if (TAILQ_EMPTY(&asoc->send_queue) && in sctp_sendall_iterator()
7049 TAILQ_REMOVE(&asoc->send_queue, data_list[i], sctp_next); in sctp_clean_up_datalist()
7692 TAILQ_INSERT_TAIL(&asoc->send_queue, chk, sctp_next); in sctp_move_to_outqueue()
7805 TAILQ_FOREACH(chk, &asoc->send_queue, sctp_next) { in sctp_move_chunks_from_net()
7892 TAILQ_EMPTY(&asoc->send_queue) && in sctp_med_chunk_output()
7928 TAILQ_FOREACH(chk, &asoc->send_queue, sctp_next) { in sctp_med_chunk_output()
7992 TAILQ_EMPTY(&asoc->send_queue)) { in sctp_med_chunk_output()
10255 TAILQ_EMPTY(&asoc->send_queue) && in sctp_chunk_output()
13581 if (TAILQ_EMPTY(&asoc->send_queue) && in sctp_lower_sosend()
[all …]
H A Dsctp_usrreq.c133 TAILQ_FOREACH(chk, &asoc->send_queue, sctp_next) { in sctp_pathmtu_adjustment()
703 if (TAILQ_EMPTY(&asoc->send_queue) && in sctp_disconnect()
747 if (TAILQ_EMPTY(&asoc->send_queue) && in sctp_disconnect()
928 TAILQ_EMPTY(&asoc->send_queue) && in sctp_shutdown()
952 if (TAILQ_EMPTY(&asoc->send_queue) && in sctp_shutdown()
4848 if (!TAILQ_EMPTY(&stcb->asoc.send_queue) ||
5132 if (TAILQ_EMPTY(&stcb->asoc.send_queue) &&
6099 if (TAILQ_EMPTY(&stcb->asoc.send_queue) &&
H A Dsctputil.c1345 TAILQ_INIT(&asoc->send_queue); in sctp_init_asoc()
4308 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) { in sctp_report_all_outbound()
4309 TAILQ_REMOVE(&asoc->send_queue, chk, sctp_next); in sctp_report_all_outbound()
5146 TAILQ_FOREACH_SAFE(tp1, &stcb->asoc.send_queue, sctp_next, tp2) { in sctp_release_pr_sctp_chunk()
5175 TAILQ_REMOVE(&stcb->asoc.send_queue, tp1, sctp_next); in sctp_release_pr_sctp_chunk()
H A Dsctp_pcb.c3299 } else if (TAILQ_EMPTY(&stcb->asoc.send_queue) && in sctp_inpcb_free()
3336 if (TAILQ_EMPTY(&stcb->asoc.send_queue) && in sctp_inpcb_free()
4850 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) { in sctp_free_assoc()
4858 TAILQ_REMOVE(&asoc->send_queue, chk, sctp_next); in sctp_free_assoc()