Home
last modified time | relevance | path

Searched refs:my_id (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/edac/
H A Dti_edac.c207 int my_id = 0; in _emif_get_id() local
224 my_id++; in _emif_get_id()
227 return my_id; in _emif_get_id()
/openbmc/linux/net/netrom/
H A Dnr_subr.c159 *dptr++ = nr->my_id; in nr_write_internal()
182 *dptr++ = nr->my_id; in nr_write_internal()
H A Daf_netrom.c173 if (nr->my_index == index && nr->my_id == id) { in nr_find_socket()
715 nr->my_id = circuit % 256; in nr_connect()
999 nr_make->my_id = circuit % 256; in nr_rx_frame()
1312 nr->my_id, in nr_info_show()
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_ll2.h106 u8 my_id; member
H A Dqed_ll2.c338 p_ll2_conn->my_id, in qed_ll2_txq_flush()
402 p_ll2_conn->my_id, in qed_ll2_txq_completion()
472 p_ll2_conn->my_id, in qed_ll2_handle_slowpath()
513 data.connection_handle = p_ll2_conn->my_id; in qed_ll2_rxq_handle_completion()
616 p_ll2_conn->my_id, in qed_ll2_rxq_flush()
826 rc = qed_ll2_prepare_tx_packet(p_hwfn, p_ll2_conn->my_id, in qed_ooo_submit_tx_buffers()
846 p_ll2_conn->my_id, in qed_ooo_submit_rx_buffers()
931 rc = qed_ll2_post_rx_buffer(p_hwfn, p_ll2_conn->my_id, in qed_ll2_lb_txq_completion()
2211 p_ll2_connections[i].my_id = i; in qed_ll2_alloc()
H A Dqed_hw.c60 p_pool->ptts[i].hwfn_id = p_hwfn->my_id; in qed_ptt_pool_alloc()
190 if (p_ptt->hwfn_id != p_hwfn->my_id) in qed_set_ptt()
193 p_ptt->idx, p_ptt->hwfn_id, p_hwfn->my_id); in qed_set_ptt()
H A Dqed.h525 u8 my_id; /* ID inside the PF */ member
526 #define IS_LEAD_HWFN(edev) (!((edev)->my_id))
H A Dqed_main.c752 id = hwfn->my_id; in qed_slowpath_irq_req()
797 u8 id = p_hwfn->my_id; in qed_slowpath_irq_sync()
H A Dqed_dev.c160 db_entry->hwfn_idx = p_hwfn->my_id; in qed_db_recovery_add()
1316 p_hwfn->my_id = i; in qed_init_struct()
4687 if (!p_hwfn->my_id) { in qed_hw_prepare_single()
H A Dqed_int.c1268 p_hwfn, p_hwfn->my_id); in qed_int_sp_dpc()
H A Dqed_cxt.c482 p_hwfn->my_id, p_hwfn->p_cxt_mngr->pf_start_line); in qed_cxt_cfg_ilt_compute()
/openbmc/linux/include/net/
H A Dnetrom.h71 unsigned char my_index, my_id; member
/openbmc/linux/drivers/misc/vmw_vmci/
H A Dvmci_queue_pair.c1453 u32 my_id, in qp_notify_peer() argument
1459 if (vmci_handle_is_invalid(handle) || my_id == VMCI_INVALID_ID || in qp_notify_peer()
1479 ev.payload.peer_id = my_id; in qp_notify_peer()