Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c1561 prepare_pkt(int open_type, uint16_t vtag, struct inpcb *inp, int *pktlen, in prepare_pkt() argument
1572 MPASS(open_type == OPEN_TYPE_ACTIVE || open_type == OPEN_TYPE_LISTEN); in prepare_pkt()
1609 if (open_type == OPEN_TYPE_ACTIVE) { in prepare_pkt()
1612 } else if (open_type == OPEN_TYPE_LISTEN) { in prepare_pkt()
1627 if (open_type == OPEN_TYPE_ACTIVE) { in prepare_pkt()
1630 } else if (open_type == OPEN_TYPE_LISTEN) { in prepare_pkt()
1639 if (open_type == OPEN_TYPE_ACTIVE) { in prepare_pkt()
1642 } else if (open_type == OPEN_TYPE_LISTEN) { in prepare_pkt()
1653 lookup_offload_policy(struct adapter *sc, int open_type, struct mbuf *m, in lookup_offload_policy() argument
1697 switch (open_type) { in lookup_offload_policy()
[all …]
/freebsd/sys/dev/cxgbe/
H A Dt4_ioctl.h399 char open_type; member
H A Dt4_main.c11901 if (r->open_type != OPEN_TYPE_LISTEN && in set_offload_policy()
11902 r->open_type != OPEN_TYPE_ACTIVE && in set_offload_policy()
11903 r->open_type != OPEN_TYPE_PASSIVE && in set_offload_policy()
11904 r->open_type != OPEN_TYPE_DONTCARE) { in set_offload_policy()
/freebsd/usr.sbin/cxgbetool/
H A Dcxgbetool.c3287 r->open_type = *line; in parse_offload_policy_line()
3296 r->open_type, lno); in parse_offload_policy_line()