Symbol: conn_type
crypto/krb5/src/lib/apputils/net-server.c
1234
enum conn_type ctype;
crypto/krb5/src/lib/apputils/net-server.c
145
enum conn_type type;
crypto/krb5/src/lib/apputils/net-server.c
573
add_fd(int sock, enum conn_type conntype, verto_ev_flag flags, void *handle,
crypto/krb5/src/lib/apputils/net-server.c
704
static const enum conn_type bind_conn_types[] =
crypto/krb5/src/lib/apputils/net-server.c
804
enum conn_type ctype)
sys/cam/scsi/smp_all.h
322
uint8_t conn_type;
sys/dev/axgbe/xgbe-phy-v2.c
3301
if (phy_data->conn_type != XGBE_CONN_TYPE_MDIO)
sys/dev/axgbe/xgbe-phy-v2.c
3348
if (phy_data->conn_type != XGBE_CONN_TYPE_MDIO)
sys/dev/axgbe/xgbe-phy-v2.c
3436
if (phy_data->conn_type == XGBE_CONN_TYPE_BACKPLANE)
sys/dev/axgbe/xgbe-phy-v2.c
3444
if (phy_data->conn_type == XGBE_CONN_TYPE_MDIO)
sys/dev/axgbe/xgbe-phy-v2.c
3448
if (phy_data->conn_type == XGBE_CONN_TYPE_SFP)
sys/dev/axgbe/xgbe-phy-v2.c
362
enum xgbe_conn_type conn_type;
sys/dev/axgbe/xgbe-phy-v2.c
3779
phy_data->conn_type = XP_GET_BITS(pdata->pp0, XP_PROP_0, CONN_TYPE);
sys/dev/axgbe/xgbe-phy-v2.c
3786
DBGPR("conn type=%u\n", phy_data->conn_type);
sys/dev/axgbe/xgbe-phy-v2.c
3808
"(%#x/%#x)\n", phy_data->port_mode, phy_data->conn_type);
sys/dev/axgbe/xgbe-phy-v2.c
3990
phy_data->conn_type, phy_data->phydev_mode);
sys/dev/axgbe/xgbe-phy-v2.c
3991
if ((phy_data->conn_type & XGBE_CONN_TYPE_MDIO) &&
sys/dev/axgbe/xgbe-phy-v2.c
697
if (phy_data->conn_type == XGBE_CONN_TYPE_SFP)
sys/dev/axgbe/xgbe-phy-v2.c
699
else if (phy_data->conn_type & XGBE_CONN_TYPE_MDIO)
sys/dev/axgbe/xgbe-phy-v2.c
759
if (phy_data->conn_type == XGBE_CONN_TYPE_SFP)
sys/dev/axgbe/xgbe-phy-v2.c
761
else if (phy_data->conn_type & XGBE_CONN_TYPE_MDIO)
sys/dev/bxe/ecore_hsi.h
7366
uint8_t conn_type /* only 3 bits are used */;
sys/dev/ntb/ntb_hw/ntb_hw_amd.c
1057
switch (ntb->conn_type) {
sys/dev/ntb/ntb_hw/ntb_hw_amd.c
1062
if (ntb->conn_type == NTB_CONN_PRI) {
sys/dev/ntb/ntb_hw/ntb_hw_amd.c
1078
ntb->conn_type);
sys/dev/ntb/ntb_hw/ntb_hw_amd.c
1093
ntb->conn_type = amd_ntb_get_topo(ntb);
sys/dev/ntb/ntb_hw/ntb_hw_amd.c
1095
(ntb->conn_type == NTB_CONN_PRI)? "PRIMARY" : "SECONDARY");
sys/dev/ntb/ntb_hw/ntb_hw_amd.c
161
amd_ntb_printf(1, "%s: conn_type %d\n", __func__, ntb->conn_type);
sys/dev/ntb/ntb_hw/ntb_hw_amd.c
163
switch (ntb->conn_type) {
sys/dev/ntb/ntb_hw/ntb_hw_amd.c
190
__func__, pidx, ntb->conn_type);
sys/dev/ntb/ntb_hw/ntb_hw_amd.c
195
switch (ntb->conn_type) {
sys/dev/ntb/ntb_hw/ntb_hw_amd.c
281
__func__, ntb->int_mask, ntb->conn_type);
sys/dev/ntb/ntb_hw/ntb_hw_amd.c
289
if (ntb->conn_type == NTB_CONN_SEC)
sys/dev/ntb/ntb_hw/ntb_hw_amd.c
309
__func__, ntb->int_mask, ntb->conn_type);
sys/dev/ntb/ntb_hw/ntb_hw_amd.c
317
if (ntb->conn_type == NTB_CONN_SEC)
sys/dev/ntb/ntb_hw/ntb_hw_amd.c
701
(ntb->conn_type == NTB_CONN_PRI)? "PRIMARY" : "SECONDARY");
sys/dev/ntb/ntb_hw/ntb_hw_amd.h
231
enum amd_ntb_conn_type conn_type;
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
1719
uint8_t ppd, conn_type;
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
1749
conn_type = ppd & XEON_PPD_CONN_TYPE;
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
1750
switch (conn_type) {
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
1752
ntb->conn_type = conn_type;
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
1758
(unsigned)conn_type);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
1767
uint32_t ppd, conn_type;
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
1777
conn_type = (ppd & ATOM_PPD_CONN_TYPE) >> 8;
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
1778
switch (conn_type) {
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
1780
ntb->conn_type = conn_type;
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
1792
uint8_t ppd, conn_type;
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
1798
conn_type = XEON_GEN3_REG_PPD_PORT_DEF_F(ppd);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
1799
switch (conn_type) {
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
1801
ntb->conn_type = conn_type;
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
1805
conn_type);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
1832
"features 0x%02x\n", ntb->conn_type, ntb->dev_type, ntb->features);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
1884
ntb->conn_type = NTB_CONN_B2B;
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
1888
ntb->conn_type = NTB_CONN_B2B;
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
1898
ntb->conn_type = NTB_CONN_B2B;
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
1902
ntb->conn_type = NTB_CONN_B2B;
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
1912
"features 0x%02x\n", ntb->conn_type, ntb->dev_type, ntb->features);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
1928
if (ntb->conn_type != NTB_CONN_B2B) {
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
1930
ntb->conn_type);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2012
if (ntb->conn_type != NTB_CONN_B2B) {
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2014
ntb->conn_type);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2075
KASSERT(ntb->conn_type == NTB_CONN_B2B,
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2076
("Unsupported NTB configuration (%d)\n", ntb->conn_type));
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
235
enum ntb_conn_type conn_type;
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2456
if (ntb->conn_type == NTB_CONN_TRANSPARENT)
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2663
if (ntb->conn_type == NTB_CONN_TRANSPARENT) {
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2713
if (ntb->conn_type == NTB_CONN_TRANSPARENT) {
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2739
if (ntb->conn_type == NTB_CONN_TRANSPARENT)
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
2941
&ntb->conn_type, 0, "0 - Transparent; 1 - B2B; 2 - Root Port");
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
3120
if (ntb->conn_type != NTB_CONN_B2B)
sys/dev/qlnx/qlnxe/ecore_hsi_common.h
407
u8 conn_type /* connection type that loaded ll2 (use enum protocol_type) */;
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1640
static u8 ecore_calc_cdu_validation_byte(u8 conn_type, u8 region, u32 cid)
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1666
validation_string |= (conn_type & 0xF);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1686
validation_byte |= ((conn_type & 0xF) << 3) | (crc & 0x7);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
3142
data.input.conn_type = ECORE_LL2_TYPE_IWARP;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
3174
data.input.conn_type = ECORE_LL2_TYPE_OOO;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
3204
data.input.conn_type = ECORE_LL2_TYPE_IWARP;
sys/dev/qlnx/qlnxe/ecore_ll2.c
1091
p_ll2_info->input.conn_type,
sys/dev/qlnx/qlnxe/ecore_ll2.c
1135
p_ll2_info->input.conn_type,
sys/dev/qlnx/qlnxe/ecore_ll2.c
1156
if (p_ll2_info->input.conn_type != ECORE_LL2_TYPE_OOO)
sys/dev/qlnx/qlnxe/ecore_ll2.c
1292
if ((data->input.conn_type == ECORE_LL2_TYPE_OOO) ||
sys/dev/qlnx/qlnxe/ecore_ll2.c
1332
if (data->input.conn_type == ECORE_LL2_TYPE_OOO) {
sys/dev/qlnx/qlnxe/ecore_ll2.c
1393
if (p_ll2_conn->input.conn_type != ECORE_LL2_TYPE_OOO)
sys/dev/qlnx/qlnxe/ecore_ll2.c
1513
if (p_ll2_conn->input.conn_type == ECORE_LL2_TYPE_FCOE) {
sys/dev/qlnx/qlnxe/ecore_ll2.c
1689
(p_ll2->input.conn_type == ECORE_LL2_TYPE_OOO)) {
sys/dev/qlnx/qlnxe/ecore_ll2.c
1695
(p_ll2->input.conn_type == ECORE_LL2_TYPE_FCOE))
sys/dev/qlnx/qlnxe/ecore_ll2.c
1718
p_ll2->queue_id, p_ll2->cid, p_ll2->input.conn_type,
sys/dev/qlnx/qlnxe/ecore_ll2.c
1790
p_ll2_conn->input.conn_type,
sys/dev/qlnx/qlnxe/ecore_ll2.c
184
if (p_ll2_conn->input.conn_type == ECORE_LL2_TYPE_OOO) {
sys/dev/qlnx/qlnxe/ecore_ll2.c
1923
if (p_ll2_conn->input.conn_type == ECORE_LL2_TYPE_OOO)
sys/dev/qlnx/qlnxe/ecore_ll2.c
1926
if (p_ll2_conn->input.conn_type == ECORE_LL2_TYPE_FCOE) {
sys/dev/qlnx/qlnxe/ecore_ll2.c
1948
if (p_ll2_conn->input.conn_type != ECORE_LL2_TYPE_OOO)
sys/dev/qlnx/qlnxe/ecore_ll2.c
383
p_ll2_conn->input.conn_type);
sys/dev/qlnx/qlnxe/ecore_ll2.c
495
if (p_ll2_conn->input.conn_type == ECORE_LL2_TYPE_OOO) {
sys/dev/qlnx/qlnxe/ecore_ll2.c
830
enum ecore_ll2_conn_type conn_type = p_ll2_conn->input.conn_type;
sys/dev/qlnx/qlnxe/ecore_ll2.c
869
(p_ll2_conn->input.conn_type == ECORE_LL2_TYPE_FCOE))
sys/dev/qlnx/qlnxe/ecore_ll2.c
877
((conn_type != ECORE_LL2_TYPE_ROCE) &&
sys/dev/qlnx/qlnxe/ecore_ll2.c
878
(conn_type != ECORE_LL2_TYPE_IWARP))) {
sys/dev/qlnx/qlnxe/ecore_ll2.c
894
enum ecore_ll2_conn_type conn_type = p_ll2_conn->input.conn_type;
sys/dev/qlnx/qlnxe/ecore_ll2.c
905
if (p_ll2_conn->input.conn_type == ECORE_LL2_TYPE_OOO)
sys/dev/qlnx/qlnxe/ecore_ll2.c
949
switch (conn_type) {
sys/dev/qlnx/qlnxe/ecore_ll2.c
951
p_ramrod->conn_type = PROTOCOLID_FCOE;
sys/dev/qlnx/qlnxe/ecore_ll2.c
954
p_ramrod->conn_type = PROTOCOLID_ISCSI;
sys/dev/qlnx/qlnxe/ecore_ll2.c
957
p_ramrod->conn_type = PROTOCOLID_ROCE;
sys/dev/qlnx/qlnxe/ecore_ll2.c
960
p_ramrod->conn_type = PROTOCOLID_IWARP;
sys/dev/qlnx/qlnxe/ecore_ll2.c
964
p_ramrod->conn_type = PROTOCOLID_ISCSI;
sys/dev/qlnx/qlnxe/ecore_ll2.c
966
p_ramrod->conn_type = PROTOCOLID_IWARP;
sys/dev/qlnx/qlnxe/ecore_ll2.c
970
p_ramrod->conn_type = PROTOCOLID_ETH;
sys/dev/qlnx/qlnxe/ecore_ll2.c
972
conn_type);
sys/dev/qlnx/qlnxe/ecore_ll2_api.h
161
enum ecore_ll2_conn_type conn_type;
sys/dev/qlnx/qlnxr/qlnxr_cm.c
332
data.input.conn_type = ECORE_LL2_TYPE_ROCE;