Home
last modified time | relevance | path

Searched refs:is_send (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/mthca/
H A Dmthca_cq.c128 u8 is_send; member
275 return !(cqe->is_send & 0x80); in is_recv_cqe()
378 struct mthca_qp *qp, int wqe_index, int is_send, in handle_error_cqe() argument
466 mthca_free_err_wqe(dev, qp, is_send, wqe_index, &dbd, &new_wqe); in handle_error_cqe()
493 int is_send; in mthca_poll_one() local
517 is_send = is_error ? cqe->opcode & 0x01 : cqe->is_send & 0x80; in mthca_poll_one()
538 if (is_send) { in mthca_poll_one()
576 handle_error_cqe(dev, cq, *cur_qp, wqe_index, is_send, in mthca_poll_one()
582 if (is_send) { in mthca_poll_one()
H A Dmthca_dev.h544 void mthca_free_err_wqe(struct mthca_dev *dev, struct mthca_qp *qp, int is_send,
H A Dmthca_qp.c2233 void mthca_free_err_wqe(struct mthca_dev *dev, struct mthca_qp *qp, int is_send, in mthca_free_err_wqe() argument
2242 if (qp->ibqp.srq && !is_send) { in mthca_free_err_wqe()
2247 if (is_send) in mthca_free_err_wqe()
/freebsd/contrib/ofed/libmlx4/
H A Dcq.c249 int is_send; in mlx4_parse_cqe() local
260 is_send = cqe->owner_sr_opcode & MLX4_CQE_IS_SEND_MASK; in mlx4_parse_cqe()
264 if ((qpn & MLX4_XRC_QPN_BIT) && !is_send) { in mlx4_parse_cqe()
289 if (is_send) { in mlx4_parse_cqe()
316 if (!is_send) in mlx4_parse_cqe()
319 } else if (is_send) { in mlx4_parse_cqe()
549 int is_send = cq->cqe->owner_sr_opcode & MLX4_CQE_IS_SEND_MASK; in mlx4_cq_read_wc_flags() local
552 if (is_send) { in mlx4_cq_read_wc_flags()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_cq.c601 struct ib_wc *wc, int *npolled, int is_send) in mlx4_ib_qp_sw_comp() argument
607 wq = is_send ? &qp->sq : &qp->rq; in mlx4_ib_qp_sw_comp()
658 int is_send; in mlx4_ib_poll_one() local
681 is_send = cqe->owner_sr_opcode & MLX4_CQE_IS_SEND_MASK; in mlx4_ib_poll_one()
724 if (is_send) { in mlx4_ib_poll_one()
756 if (is_send) { in mlx4_ib_poll_one()
/freebsd/contrib/wpa/src/crypto/
H A Dms_funcs.c358 size_t session_key_len, int is_send, in get_asymetric_start_key() argument
402 if (is_send) { in get_asymetric_start_key()
H A Dms_funcs.h44 size_t session_key_len, int is_send,
/freebsd/sbin/ipf/libipf/
H A Dprintstate.c58 sp->is_send, sp->is_dend, in printstate()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_state.h89 #define is_send is_tcp.ts_data[0].td_end macro
H A Dip_state.c1554 is->is_send = ntohl(tcp->th_seq) + fin->fin_dlen - in ipf_state_add()
1558 is->is_maxsend = is->is_send; in ipf_state_add()
2322 clone->is_send = 0; in ipf_state_clone()
2328 clone->is_send = send; in ipf_state_clone()
2547 is->is_send = ntohl(tcp->th_seq); in ipf_matchsrcdst()
2550 is->is_send = ntohl(tcp->th_ack); in ipf_matchsrcdst()
2552 is->is_maxsend = is->is_send + 1; in ipf_matchsrcdst()
H A Dip_sync.c757 is->is_send = su.stu_data[0].td_end; in ipf_sync_state()
1150 st->stu_data[0].td_end = ips->is_send; in ipf_sync_update()