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

/freebsd-10-stable/contrib/ofed/libmthca/src/
H A Dcq.c107 uint8_t is_send; member in struct:mthca_cqe
176 struct mthca_qp *qp, int wqe_index, int is_send,
265 err = mthca_free_err_wqe(qp, is_send, wqe_index, &dbd, &new_wqe);
302 int is_send; local
322 is_send = is_error ? cqe->opcode & 0x01 : cqe->is_send & 0x80;
339 if (is_send) {
376 err = handle_error_cqe(cq, *cur_qp, wqe_index, is_send,
382 if (is_send) {
546 return !(cqe->is_send
175 handle_error_cqe(struct mthca_cq *cq, struct mthca_qp *qp, int wqe_index, int is_send, struct mthca_err_cqe *cqe, struct ibv_wc *wc, int *free_cqe) argument
[all...]
H A Dmthca.h368 int mthca_free_err_wqe(struct mthca_qp *qp, int is_send,
H A Dqp.c935 int mthca_free_err_wqe(struct mthca_qp *qp, int is_send, argument
944 if (qp->ibv_qp.srq && !is_send) {
949 if (is_send)
/freebsd-10-stable/contrib/wpa/src/crypto/
H A Dms_funcs.h42 size_t session_key_len, int is_send,
H A Dms_funcs.c353 * @is_send: IsSend (IN, BOOLEAN)
358 size_t session_key_len, int is_send,
402 if (is_send) {
357 get_asymetric_start_key(const u8 *master_key, u8 *session_key, size_t session_key_len, int is_send, int is_server) argument
/freebsd-10-stable/contrib/ofed/libmlx4/src/
H A Dcq.c204 int is_send; local
222 is_send = cqe->owner_sr_opcode & MLX4_CQE_IS_SEND_MASK;
226 if (qpn & MLX4_XRC_QPN_BIT && !is_send) {
250 if (is_send) {
278 if (is_send) {
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_cq.c127 u8 is_send; member in struct:mthca_cqe
274 return !(cqe->is_send & 0x80);
377 struct mthca_qp *qp, int wqe_index, int is_send,
465 mthca_free_err_wqe(dev, qp, is_send, wqe_index, &dbd, &new_wqe);
492 int is_send; local
516 is_send = is_error ? cqe->opcode & 0x01 : cqe->is_send & 0x80;
537 if (is_send) {
574 handle_error_cqe(dev, cq, *cur_qp, wqe_index, is_send,
580 if (is_send) {
376 handle_error_cqe(struct mthca_dev *dev, struct mthca_cq *cq, struct mthca_qp *qp, int wqe_index, int is_send, struct mthca_err_cqe *cqe, struct ib_wc *entry, int *free_cqe) argument
[all...]
H A Dmthca_dev.h541 void mthca_free_err_wqe(struct mthca_dev *dev, struct mthca_qp *qp, int is_send,
H A Dmthca_qp.c2241 void mthca_free_err_wqe(struct mthca_dev *dev, struct mthca_qp *qp, int is_send, argument
2250 if (qp->ibqp.srq && !is_send) {
2255 if (is_send)
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dcq.c610 int is_send; local
632 is_send = cqe->owner_sr_opcode & MLX4_CQE_IS_SEND_MASK;
637 is_send)) {
678 if (is_send) {
705 if (is_send) {
/freebsd-10-stable/contrib/ipfilter/lib/
H A Dprintstate.c62 sp->is_send, sp->is_dend,
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dip_state.h97 #define is_send is_tcp.ts_data[0].td_end macro
H A Dip_state.c1610 is->is_send = ntohl(tcp->th_seq) + fin->fin_dlen -
1614 is->is_maxsend = is->is_send;
2387 clone->is_send = 0;
2393 clone->is_send = send;
2616 is->is_send = ntohl(tcp->th_seq);
2619 is->is_send = ntohl(tcp->th_ack);
2621 is->is_maxsend = is->is_send + 1;
H A Dip_sync.c817 is->is_send = su.stu_data[0].td_end;
1226 st->stu_data[0].td_end = ips->is_send;

Completed in 242 milliseconds