Searched refs:hba_port_num (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/emulex/benet/ |
D | be_ethtool.c | 736 status = be_cmd_get_beacon_state(adapter, adapter->hba_port_num, in be_set_phys_id() 743 status = be_cmd_set_beacon_state(adapter, adapter->hba_port_num, in be_set_phys_id() 748 status = be_cmd_set_beacon_state(adapter, adapter->hba_port_num, in be_set_phys_id() 753 status = be_cmd_set_beacon_state(adapter, adapter->hba_port_num, in be_set_phys_id() 880 ret = be_cmd_set_loopback(adapter, adapter->hba_port_num, in be_loopback_test() 885 *status = be_cmd_loopback_test(adapter, adapter->hba_port_num, in be_loopback_test() 888 ret = be_cmd_set_loopback(adapter, adapter->hba_port_num, in be_loopback_test()
|
D | be_cmds.c | 322 (sfp_misconfig_evt_word1 >> (adapter->hba_port_num * 8)) & 0xff; in be_async_port_misconfig_event_process() 334 (sfp_misconfig_evt_word2 >> (adapter->hba_port_num * 8)) & 0xff; in be_async_port_misconfig_event_process() 1652 req->cmd_params.params.pport_num = cpu_to_le16(adapter->hba_port_num); in lancer_cmd_get_pport_stats() 2321 req->port = cpu_to_le32(adapter->hba_port_num); in be_cmd_read_port_transceiver_data() 3544 adapter->hba_port_num = attribs->hba_attribs.phy_port; in be_cmd_get_cntl_attributes() 3914 ctxt, adapter->hba_port_num); in be_cmd_set_hsw_config() 3968 ctxt, adapter->hba_port_num); in be_cmd_get_hsw_config() 4234 adapter->port_name = resp->port_name[adapter->hba_port_num]; in be_cmd_query_port_name() 4236 adapter->port_name = adapter->hba_port_num + '0'; in be_cmd_query_port_name() 4715 port_desc.link_num = adapter->hba_port_num; in be_cmd_set_vxlan_port()
|
D | be.h | 653 u8 hba_port_num; member
|
D | be_main.c | 5137 ppid->id[0] = adapter->hba_port_num + 1; in be_get_phys_port_id()
|
/linux-6.1.9/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_main.c | 307 dev->hba_port_num); in ocrdma_add()
|
D | ocrdma.h | 283 u32 hba_port_num; member
|
D | ocrdma_hw.c | 1363 dev->hba_port_num = (hba_attribs->ptpnum_maxdoms_hbast_cv & in ocrdma_mbx_get_ctrl_attribs()
|