Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/cxgbe/
H A Dt4_ioctl.h372 OPEN_TYPE_ACTIVE = 'A', enumerator
H A Dt4_main.c11922 r->open_type != OPEN_TYPE_ACTIVE && in set_offload_policy()
/freebsd-14.2/sys/dev/cxgbe/tom/
H A Dt4_tom.c1572 MPASS(open_type == OPEN_TYPE_ACTIVE || open_type == OPEN_TYPE_LISTEN); in prepare_pkt()
1609 if (open_type == OPEN_TYPE_ACTIVE) { in prepare_pkt()
1627 if (open_type == OPEN_TYPE_ACTIVE) { in prepare_pkt()
1639 if (open_type == OPEN_TYPE_ACTIVE) { in prepare_pkt()
1698 case OPEN_TYPE_ACTIVE: in lookup_offload_policy()
1730 if (open_type == OPEN_TYPE_ACTIVE || open_type == OPEN_TYPE_LISTEN) in lookup_offload_policy()
H A Dt4_connect.c279 settings = *lookup_offload_policy(sc, OPEN_TYPE_ACTIVE, NULL, in t4_connect()