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

/freebsd-12-stable/contrib/wpa/src/crypto/
H A Dms_funcs.h44 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-12-stable/sys/dev/mthca/
H A Dmthca_cq.c128 u8 is_send; member in struct:mthca_cqe
275 return !(cqe->is_send & 0x80);
378 struct mthca_qp *qp, int wqe_index, int is_send,
466 mthca_free_err_wqe(dev, qp, is_send, wqe_index, &dbd, &new_wqe);
493 int is_send; local
517 is_send = is_error ? cqe->opcode & 0x01 : cqe->is_send & 0x80;
538 if (is_send) {
576 handle_error_cqe(dev, cq, *cur_qp, wqe_index, is_send,
582 if (is_send) {
377 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.h543 void mthca_free_err_wqe(struct mthca_dev *dev, struct mthca_qp *qp, int is_send,
H A Dmthca_qp.c2227 void mthca_free_err_wqe(struct mthca_dev *dev, struct mthca_qp *qp, int is_send, argument
2236 if (qp->ibqp.srq && !is_send) {
2241 if (is_send)
/freebsd-12-stable/contrib/ofed/libmlx4/
H A Dcq.c249 int is_send; local
260 is_send = cqe->owner_sr_opcode & MLX4_CQE_IS_SEND_MASK;
264 if ((qpn & MLX4_XRC_QPN_BIT) && !is_send) {
289 if (is_send) {
316 if (!is_send)
319 } else if (is_send) {
549 int is_send = cq->cqe->owner_sr_opcode & MLX4_CQE_IS_SEND_MASK; local
552 if (is_send) {
/freebsd-12-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_cq.c607 struct ib_wc *wc, int *npolled, int is_send)
613 wq = is_send ? &qp->sq : &qp->rq;
664 int is_send; local
687 is_send = cqe->owner_sr_opcode & MLX4_CQE_IS_SEND_MASK;
730 if (is_send) {
762 if (is_send) {
606 mlx4_ib_qp_sw_comp(struct mlx4_ib_qp *qp, int num_entries, struct ib_wc *wc, int *npolled, int is_send) argument
/freebsd-12-stable/contrib/ipfilter/lib/
H A Dprintstate.c59 sp->is_send, sp->is_dend,
/freebsd-12-stable/sys/contrib/ipfilter/netinet/
H A Dip_state.h93 #define is_send is_tcp.ts_data[0].td_end macro
H A Dip_state.c1603 is->is_send = ntohl(tcp->th_seq) + fin->fin_dlen -
1607 is->is_maxsend = is->is_send;
2386 clone->is_send = 0;
2392 clone->is_send = send;
2615 is->is_send = ntohl(tcp->th_seq);
2618 is->is_send = ntohl(tcp->th_ack);
2620 is->is_maxsend = is->is_send + 1;
H A Dip_sync.c781 is->is_send = su.stu_data[0].td_end;
1190 st->stu_data[0].td_end = ips->is_send;

Completed in 225 milliseconds