| /f-stack/freebsd/netinet/cc/ |
| H A D | cc_hd.c | 85 static void hd_ack_received(struct cc_var *ccv, uint16_t ack_type); 132 hd_ack_received(struct cc_var *ccv, uint16_t ack_type) in hd_ack_received() argument 137 if (ack_type == CC_ACK) { in hd_ack_received() 160 newreno_cc_algo.ack_received(ccv, ack_type); /* As for NewReno. */ in hd_ack_received()
|
| H A D | cc_vegas.c | 88 static void vegas_ack_received(struct cc_var *ccv, uint16_t ack_type); 125 vegas_ack_received(struct cc_var *ccv, uint16_t ack_type) in vegas_ack_received() argument 165 newreno_cc_algo.ack_received(ccv, ack_type); in vegas_ack_received()
|
| H A D | cc_chd.c | 90 static void chd_ack_received(struct cc_var *ccv, uint16_t ack_type); 235 chd_ack_received(struct cc_var *ccv, uint16_t ack_type) in chd_ack_received() argument 300 } else if (ack_type == CC_ACK) in chd_ack_received()
|
| H A D | cc_cdg.c | 228 static void cdg_ack_received(struct cc_var *ccv, uint16_t ack_type); 567 cdg_ack_received(struct cc_var *ccv, uint16_t ack_type) in cdg_ack_received() argument 664 } else if (ack_type == CC_ACK) in cdg_ack_received()
|
| /f-stack/dpdk/drivers/net/hinic/base/ |
| H A D | hinic_pmd_cmdq.c | 279 enum hinic_ack_type ack_type, in cmdq_prepare_wqe_ctrl() argument 308 CMDQ_CTRL_SET(ack_type, ACK_TYPE); in cmdq_prepare_wqe_ctrl() 333 enum hinic_ack_type ack_type, in cmdq_set_lcmd_wqe() argument 358 cmdq_prepare_wqe_ctrl(wqe, wrapped, ack_type, mod, cmd, in cmdq_set_lcmd_wqe() 772 enum hinic_ack_type ack_type, in cmdq_sync_cmd_direct_resp() argument 807 wrapped, ack_type, mod, cmd, curr_prod_idx); in cmdq_sync_cmd_direct_resp() 846 int hinic_cmdq_direct_resp(void *hwdev, enum hinic_ack_type ack_type, in hinic_cmdq_direct_resp() argument 866 ack_type, mod, cmd, buf_in, in hinic_cmdq_direct_resp()
|
| H A D | hinic_pmd_mgmt.c | 106 enum hinic_msg_ack_type ack_type, in prepare_header() argument 115 HINIC_MSG_HEADER_SET(ack_type, NO_ACK) | in prepare_header() 316 enum hinic_msg_ack_type ack_type, in send_msg_to_mgmt_sync() argument 334 prepare_header(pf_to_mgmt, &header, msg_len, mod, ack_type, in send_msg_to_mgmt_sync() 337 prepare_header(pf_to_mgmt, &header, msg_len, mod, ack_type, in send_msg_to_mgmt_sync()
|
| H A D | hinic_pmd_mbox.h | 40 enum hinic_mbox_ack_type ack_type; member
|
| H A D | hinic_pmd_mbox.c | 170 enum hinic_mbox_ack_type ack_type, 233 if (recv_mbox->ack_type == MBOX_ACK) { in recv_func_mbox_handler() 513 recv_mbox->ack_type = HINIC_MBOX_HEADER_GET(mbox_header, NO_ACK); in recv_mbox_handler() 661 enum hinic_mbox_ack_type ack_type, in send_mbox_to_func() argument 679 HINIC_MBOX_HEADER_SET(ack_type, NO_ACK) | in send_mbox_to_func()
|
| H A D | hinic_pmd_cmdq.h | 234 int hinic_cmdq_direct_resp(void *hwdev, enum hinic_ack_type ack_type,
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | bbr.c | 6439 uint32_t t, uint32_t cts, int ack_type) in bbr_earlier_retran() argument 6461 if (ack_type != BBR_CUM_ACKED) { in bbr_earlier_retran() 6790 if (ack_type == BBR_CUM_ACKED) in bbr_update_bbr_info() 6895 (ack_type == BBR_CUM_ACKED) && in bbr_update_rtt() 6905 ack_type, to); in bbr_update_rtt() 6911 (ack_type == BBR_CUM_ACKED) && in bbr_update_rtt() 6931 rsm->r_tim_lastsent[i], ack_type, to); in bbr_update_rtt() 6981 rsm->r_tim_lastsent[i], ack_type, to); in bbr_update_rtt() 6990 BBR_RTT_BY_SOME_RETRAN, 0, ack_type, to); in bbr_update_rtt() 7001 BBR_RTT_BY_THIS_RETRAN, 0, ack_type, to); in bbr_update_rtt() [all …]
|
| H A D | rack.c | 460 struct rack_sendmap *rsm, struct tcpopt *to, uint32_t cts, int32_t ack_type, tcp_seq th_ack); 6638 struct rack_sendmap *rsm, struct tcpopt *to, uint32_t cts, int32_t ack_type, tcp_seq th_ack) in rack_update_rtt() argument 6648 if (ack_type == CUM_ACKED) { in rack_update_rtt() 6674 if (ack_type == SACKED) in rack_update_rtt() 6719 (ack_type == CUM_ACKED) && in rack_update_rtt()
|