Home
last modified time | relevance | path

Searched refs:open_type (Results 1 – 4 of 4) sorted by relevance

/src/sys/dev/cxgbe/tom/
H A Dt4_tom.c1596 prepare_pkt(int open_type, uint16_t vtag, struct inpcb *inp, int *pktlen, in prepare_pkt() argument
1607 MPASS(open_type == OPEN_TYPE_ACTIVE || open_type == OPEN_TYPE_LISTEN); in prepare_pkt()
1644 if (open_type == OPEN_TYPE_ACTIVE) { in prepare_pkt()
1647 } else if (open_type == OPEN_TYPE_LISTEN) { in prepare_pkt()
1662 if (open_type == OPEN_TYPE_ACTIVE) { in prepare_pkt()
1665 } else if (open_type == OPEN_TYPE_LISTEN) { in prepare_pkt()
1674 if (open_type == OPEN_TYPE_ACTIVE) { in prepare_pkt()
1677 } else if (open_type == OPEN_TYPE_LISTEN) { in prepare_pkt()
1688 lookup_offload_policy(struct adapter *sc, int open_type, struct mbuf *m, in lookup_offload_policy() argument
1732 switch (open_type) { in lookup_offload_policy()
[all …]
/src/sys/dev/cxgbe/
H A Dt4_ioctl.h415 char open_type; member
H A Dt4_main.c12809 if (r->open_type != OPEN_TYPE_LISTEN && in set_offload_policy()
12810 r->open_type != OPEN_TYPE_ACTIVE && in set_offload_policy()
12811 r->open_type != OPEN_TYPE_PASSIVE && in set_offload_policy()
12812 r->open_type != OPEN_TYPE_DONTCARE) { in set_offload_policy()
/src/usr.sbin/cxgbetool/
H A Dcxgbetool.c3490 r->open_type = *line; in parse_offload_policy_line()
3499 r->open_type, lno); in parse_offload_policy_line()