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

/freebsd-9.3-release/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-9.3-release/contrib/wpa/src/crypto/
H A Dms_funcs.h48 size_t session_key_len, int is_send,
H A Dms_funcs.c308 * @is_send: IsSend (IN, BOOLEAN)
313 size_t session_key_len, int is_send,
357 if (is_send) {
312 get_asymetric_start_key(const u8 *master_key, u8 *session_key, size_t session_key_len, int is_send, int is_server) argument
/freebsd-9.3-release/contrib/ofed/libmlx4/src/
H A Dcq.c203 int is_send; local
221 is_send = cqe->owner_sr_opcode & MLX4_CQE_IS_SEND_MASK;
225 if (qpn & MLX4_XRC_QPN_BIT && !is_send) {
249 if (is_send) {
277 if (is_send) {
/freebsd-9.3-release/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-9.3-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dcq.c566 int is_send; local
585 is_send = cqe->owner_sr_opcode & MLX4_CQE_IS_SEND_MASK;
590 is_send)) {
611 if ((be32_to_cpu(cqe->vlan_my_qpn) & (1 << 23)) && !is_send) {
648 if (is_send) {
678 if (is_send) {
/freebsd-9.3-release/contrib/ipfilter/lib/
H A Dprintstate.c35 sp->is_send, sp->is_dend,
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_state.h93 #define is_send is_tcp.ts_data[0].td_end macro
H A Dip_sync.c630 is->is_send = su.stu_data[0].td_end;
960 st->stu_data[0].td_end = ips->is_send;
H A Dip_state.c1100 is->is_send = ntohl(tcp->th_seq) + fin->fin_dlen -
1104 is->is_maxsend = is->is_send;
1784 clone->is_send = 0;
1790 clone->is_send = send;
2017 is->is_send = ntohl(tcp->th_seq);
2020 is->is_send = ntohl(tcp->th_ack);
2022 is->is_maxsend = is->is_send + 1;

Completed in 210 milliseconds