Searched refs:conn_type (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw_amd.c164 amd_ntb_printf(1, "%s: conn_type %d\n", __func__, ntb->conn_type);
166 switch (ntb->conn_type) {
193 __func__, pidx, ntb->conn_type);
198 switch (ntb->conn_type) {
283 amd_ntb_printf(1, "%s: int_mask 0x%x conn_type %d\n",
284 __func__, ntb->int_mask, ntb->conn_type);
292 if (ntb->conn_type == NTB_CONN_SEC)
311 amd_ntb_printf(1, "%s: int_mask 0x%x conn_type %d\n",
312 __func__, ntb->int_mask, ntb->conn_type);
[all...]
H A Dntb_hw_intel.c236 enum ntb_conn_type conn_type; member in struct:ntb_softc
1606 uint8_t ppd, conn_type; local
1636 conn_type = ppd & XEON_PPD_CONN_TYPE;
1637 switch (conn_type) {
1639 ntb->conn_type = conn_type;
1645 (unsigned)conn_type);
1654 uint32_t ppd, conn_type; local
1664 conn_type = (ppd & ATOM_PPD_CONN_TYPE) >> 8;
1665 switch (conn_type) {
1679 uint8_t ppd, conn_type; local
[all...]
H A Dntb_hw_amd.h233 enum amd_ntb_conn_type conn_type; member in struct:amd_ntb_softc
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_ll2.c186 if (p_ll2_conn->input.conn_type == ECORE_LL2_TYPE_OOO) {
385 p_ll2_conn->input.conn_type);
497 if (p_ll2_conn->input.conn_type == ECORE_LL2_TYPE_OOO) {
833 enum ecore_ll2_conn_type conn_type = p_ll2_conn->input.conn_type; local
872 (p_ll2_conn->input.conn_type == ECORE_LL2_TYPE_FCOE))
880 ((conn_type != ECORE_LL2_TYPE_ROCE) &&
881 (conn_type != ECORE_LL2_TYPE_IWARP))) {
897 enum ecore_ll2_conn_type conn_type = p_ll2_conn->input.conn_type; local
[all...]
H A Decore_ll2_api.h163 enum ecore_ll2_conn_type conn_type; member in struct:ecore_ll2_acquire_data_inputs
H A Decore_init_fw_funcs.c1642 static u8 ecore_calc_cdu_validation_byte(u8 conn_type, u8 region, u32 cid) argument
1668 validation_string |= (conn_type & 0xF);
1688 validation_byte |= ((conn_type & 0xF) << 3) | (crc & 0x7);
H A Decore_iwarp.c3144 data.input.conn_type = ECORE_LL2_TYPE_IWARP;
3176 data.input.conn_type = ECORE_LL2_TYPE_OOO;
3206 data.input.conn_type = ECORE_LL2_TYPE_IWARP;
H A Decore_hsi_common.h409 u8 conn_type /* connection type that loaded ll2 (use enum protocol_type) */; member in struct:core_tx_start_ramrod_data
/freebsd-13-stable/sys/dev/axgbe/
H A Dxgbe-phy-v2.c330 enum xgbe_conn_type conn_type; member in struct:xgbe_phy_data
659 if (phy_data->conn_type == XGBE_CONN_TYPE_SFP)
661 else if (phy_data->conn_type & XGBE_CONN_TYPE_MDIO)
721 if (phy_data->conn_type == XGBE_CONN_TYPE_SFP)
723 else if (phy_data->conn_type & XGBE_CONN_TYPE_MDIO)
3023 if (phy_data->conn_type != XGBE_CONN_TYPE_MDIO)
3070 if (phy_data->conn_type != XGBE_CONN_TYPE_MDIO)
3158 if (phy_data->conn_type == XGBE_CONN_TYPE_BACKPLANE)
3166 if (phy_data->conn_type == XGBE_CONN_TYPE_MDIO)
3170 if (phy_data->conn_type
[all...]
/freebsd-13-stable/sys/cam/scsi/
H A Dsmp_all.h323 uint8_t conn_type; member in struct:smp_discover_response
/freebsd-13-stable/sys/dev/qlnx/qlnxr/
H A Dqlnxr_cm.c337 data.input.conn_type = ECORE_LL2_TYPE_ROCE;
/freebsd-13-stable/sys/dev/bxe/
H A Decore_hsi.h7368 uint8_t conn_type /* only 3 bits are used */; member in struct:common_ramrod_eth_rx_cqe

Completed in 363 milliseconds