Searched refs:host_idx (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/staging/fieldbus/anybuss/ |
H A D | host.c | 375 int host_idx; member 1239 const __be32 *host_idx; in anybus_of_get_host_idx() local 1241 host_idx = of_get_address(np, 0, NULL, NULL); in anybus_of_get_host_idx() 1242 if (!host_idx) in anybus_of_get_host_idx() 1244 return __be32_to_cpu(*host_idx); in anybus_of_get_host_idx() 1248 anybus_of_find_child_device(struct device *dev, int host_idx) in anybus_of_find_child_device() argument 1255 if (anybus_of_get_host_idx(node) == host_idx) in anybus_of_find_child_device() 1274 cd->host_idx = ops->host_idx; in anybuss_host_common_probe() 1380 anybus_of_find_child_device(dev, cd->host_idx); in anybuss_host_common_probe() 1381 dev_set_name(&cd->client->dev, "anybuss.card%d", cd->host_idx); in anybuss_host_common_probe()
|
H A D | anybuss-controller.h | 33 int host_idx; member
|
H A D | arcx-anybus.c | 154 ops.host_idx = idx; in create_anybus_host()
|
/openbmc/linux/drivers/net/wireless/intersil/p54/ |
H A D | p54pci.h | 78 __le32 host_idx[4]; member
|
H A D | p54pci.c | 140 idx = le32_to_cpu(ring_control->host_idx[ring_index]); in p54p_refill_rx_ring() 181 ring_control->host_idx[ring_index] = cpu_to_le32(idx); in p54p_refill_rx_ring() 339 idx = le32_to_cpu(ring_control->host_idx[1]); in p54p_tx() 360 ring_control->host_idx[1] = cpu_to_le32(idx + 1); in p54p_tx()
|
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | pci.c | 623 u16 hw_idx, hw_idx_next, host_idx; in rtw89_pci_isr_rxd_unavail() local 632 host_idx = FIELD_GET(TXBD_HOST_IDX_MASK, reg_idx); in rtw89_pci_isr_rxd_unavail() 635 if (hw_idx_next == host_idx) in rtw89_pci_isr_rxd_unavail() 1038 u32 host_idx, addr; in __rtw89_pci_tx_kick_off() local 1043 host_idx = bd_ring->wp; in __rtw89_pci_tx_kick_off() 1044 rtw89_write16(rtwdev, addr, host_idx); in __rtw89_pci_tx_kick_off() 1053 u32 host_idx, len; in rtw89_pci_tx_bd_ring_update() local 1056 host_idx = bd_ring->wp + n_txbd; in rtw89_pci_tx_bd_ring_update() 1057 host_idx = host_idx < len ? host_idx : host_idx - len; in rtw89_pci_tx_bd_ring_update() 1059 bd_ring->wp = host_idx; in rtw89_pci_tx_bd_ring_update()
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_hsi.h | 8482 u8 host_idx; member
|