Symbol: is_send
sbin/ipf/libipf/printstate.c
58
sp->is_send, sp->is_dend,
sys/dev/mlx4/mlx4_ib/mlx4_ib_cq.c
601
struct ib_wc *wc, int *npolled, int is_send)
sys/dev/mlx4/mlx4_ib/mlx4_ib_cq.c
607
wq = is_send ? &qp->sq : &qp->rq;
sys/dev/mlx4/mlx4_ib/mlx4_ib_cq.c
658
int is_send;
sys/dev/mlx4/mlx4_ib/mlx4_ib_cq.c
681
is_send = cqe->owner_sr_opcode & MLX4_CQE_IS_SEND_MASK;
sys/dev/mlx4/mlx4_ib/mlx4_ib_cq.c
724
if (is_send) {
sys/dev/mlx4/mlx4_ib/mlx4_ib_cq.c
756
if (is_send) {
sys/dev/mthca/mthca_cq.c
128
u8 is_send;
sys/dev/mthca/mthca_cq.c
275
return !(cqe->is_send & 0x80);
sys/dev/mthca/mthca_cq.c
378
struct mthca_qp *qp, int wqe_index, int is_send,
sys/dev/mthca/mthca_cq.c
466
mthca_free_err_wqe(dev, qp, is_send, wqe_index, &dbd, &new_wqe);
sys/dev/mthca/mthca_cq.c
493
int is_send;
sys/dev/mthca/mthca_cq.c
517
is_send = is_error ? cqe->opcode & 0x01 : cqe->is_send & 0x80;
sys/dev/mthca/mthca_cq.c
538
if (is_send) {
sys/dev/mthca/mthca_cq.c
576
handle_error_cqe(dev, cq, *cur_qp, wqe_index, is_send,
sys/dev/mthca/mthca_cq.c
582
if (is_send) {
sys/dev/mthca/mthca_dev.h
544
void mthca_free_err_wqe(struct mthca_dev *dev, struct mthca_qp *qp, int is_send,
sys/dev/mthca/mthca_qp.c
2241
void mthca_free_err_wqe(struct mthca_dev *dev, struct mthca_qp *qp, int is_send,
sys/dev/mthca/mthca_qp.c
2250
if (qp->ibqp.srq && !is_send) {
sys/dev/mthca/mthca_qp.c
2255
if (is_send)
sys/netpfil/ipfilter/netinet/ip_state.c
1557
is->is_send = ntohl(tcp->th_seq) + fin->fin_dlen -
sys/netpfil/ipfilter/netinet/ip_state.c
1561
is->is_maxsend = is->is_send;
sys/netpfil/ipfilter/netinet/ip_state.c
2311
clone->is_send = 0;
sys/netpfil/ipfilter/netinet/ip_state.c
2317
clone->is_send = send;
sys/netpfil/ipfilter/netinet/ip_state.c
2536
is->is_send = ntohl(tcp->th_seq);
sys/netpfil/ipfilter/netinet/ip_state.c
2539
is->is_send = ntohl(tcp->th_ack);
sys/netpfil/ipfilter/netinet/ip_state.c
2541
is->is_maxsend = is->is_send + 1;
sys/netpfil/ipfilter/netinet/ip_sync.c
1173
st->stu_data[0].td_end = ips->is_send;
sys/netpfil/ipfilter/netinet/ip_sync.c
770
is->is_send = su.stu_data[0].td_end;