Searched refs:src_id (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | ecore_dev_api.h | 551 u16 src_id, 564 u8 src_id, 577 u8 src_id,
|
H A D | ecore_dev.c | 4461 u16 src_id, u16 *dst_id) in ecore_fw_l2_queue() argument 4463 if (src_id >= RESC_NUM(p_hwfn, ECORE_L2_QUEUE)) { in ecore_fw_l2_queue() 4469 src_id, min, max); in ecore_fw_l2_queue() 4474 *dst_id = RESC_START(p_hwfn, ECORE_L2_QUEUE) + src_id; in ecore_fw_l2_queue() 4480 u8 src_id, u8 *dst_id) in ecore_fw_vport() argument 4482 if (src_id >= RESC_NUM(p_hwfn, ECORE_VPORT)) { in ecore_fw_vport() 4488 src_id, min, max); in ecore_fw_vport() 4493 *dst_id = RESC_START(p_hwfn, ECORE_VPORT) + src_id; in ecore_fw_vport() 4499 u8 src_id, u8 *dst_id) in ecore_fw_rss_eng() argument 4501 if (src_id >= RESC_NUM(p_hwfn, ECORE_RSS_ENG)) { in ecore_fw_rss_eng() [all …]
|
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/ |
H A D | hermon_fcoib.h | 81 uint32_t src_id);
|
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_fcoib.c | 83 uint32_t src_id) in hermon_fcoib_set_id() argument 105 n_port_ids[offset] = src_id; in hermon_fcoib_set_id()
|
/illumos-gate/usr/src/uts/i86pc/sys/ |
H A D | drmach.h | 159 drmachid_t dst_id, drmachid_t src_id,
|
/illumos-gate/usr/src/uts/sun4u/opl/sys/ |
H A D | drmach.h | 293 drmachid_t src_id, struct memlist *src_copy_ml,
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fp.c | 2903 uint32_t src_id; in fp_port_startup() local 2948 src_id = lilp_map->lilp_myalpa & 0xFF; in fp_port_startup() 2991 src_id = 0; in fp_port_startup() 2997 if ((rval = fp_fabric_login(port, src_id, job, FP_CMD_PLOGI_DONT_CARE, in fp_port_startup() 4054 uint32_t src_id; in fp_port_login() local 4128 src_id = port->fp_port_id.port_id; in fp_port_login() 4131 fp_xlogi_init(port, cmd, src_id, d_id, fp_plogi_intr, in fp_port_login() 6618 uint32_t src_id; in fp_adisc_intr() local 6651 src_id = port->fp_port_id.port_id; in fp_adisc_intr() 6654 fp_xlogi_init(port, logi_cmd, src_id, in fp_adisc_intr() [all …]
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcip.c | 762 fc_portid_t src_id; in fcip_port_attach() local 865 src_id.port_id = sid; in fcip_port_attach() 866 src_id.priv_lilp_posit = 0; in fcip_port_attach() 867 fport->fcipp_sid = src_id; in fcip_port_attach()
|