Home
last modified time | relevance | path

Searched refs:conn_type (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_ll2.h119 enum ecore_ll2_conn_type conn_type; member
H A Decore_ll2_api.h168 enum ecore_ll2_conn_type conn_type; member
H A Decore_init_fw_funcs.c1539 static u8 ecore_calc_cdu_validation_byte(struct ecore_hwfn * p_hwfn, u8 conn_type, in ecore_calc_cdu_validation_byte() argument
1566 validation_string |= (conn_type & 0xF); in ecore_calc_cdu_validation_byte()
1586 validation_byte |= ((conn_type & 0xF) << 3) | (crc & 0x7); in ecore_calc_cdu_validation_byte()
H A Decore_hsi_common.h939 u8 conn_type /* connection type that loaded ll2 */; member
/illumos-gate/usr/src/cmd/mdb/common/modules/idm/
H A Didm.c1700 char *conn_type; in iscsi_conn_impl() local
1742 conn_type = (ic.ic_conn_type == CONN_TYPE_INI) ? "Ini" : in iscsi_conn_impl()
1798 mdb_printf("%?p %-6s %-10s %6d/%-6d\n", addr, conn_type, in iscsi_conn_impl()
2183 idm_conn_type_t conn_type; in iscsi_i_task_impl() local
2186 conn_type = idm_conn_type((uintptr_t)idt->idt_ic); in iscsi_i_task_impl()
2196 if (conn_type == CONN_TYPE_TGT) { in iscsi_i_task_impl()
2206 (conn_type == CONN_TYPE_TGT ? "TTT" : in iscsi_i_task_impl()
2207 (conn_type == CONN_TYPE_INI ? "ITT" : in iscsi_i_task_impl()
/illumos-gate/usr/src/uts/common/sys/idm/
H A Didm_impl.h525 idm_conn_t *idm_conn_create_common(idm_conn_type_t conn_type,
/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_impl.c448 idm_conn_create_common(idm_conn_type_t conn_type, idm_transport_type_t tt, in idm_conn_create_common() argument
472 ic->ic_conn_type = conn_type; in idm_conn_create_common()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_recv.c996 if (cqe->ramrod_cqe.conn_type != TOE_CONNECTION_TYPE) in lm_get_packets_rcvd()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/
H A Decore_hsi_common.h939 u8 conn_type /* connection type that loaded ll2 */; member
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D5710_hsi.h3858 u8_t conn_type /* only 3 bits are used */; member