Searched refs:next_tlv (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/ |
| H A D | ice_nvm.c | 275 u16 next_tlv; in ice_get_pfa_module_tlv() local 290 next_tlv = pfa_ptr + 1; in ice_get_pfa_module_tlv() 291 while (next_tlv < pfa_ptr + pfa_len) { in ice_get_pfa_module_tlv() 296 status = ice_read_sr_word(hw, next_tlv, &tlv_sub_module_type); in ice_get_pfa_module_tlv() 302 status = ice_read_sr_word(hw, next_tlv + 1, &tlv_len); in ice_get_pfa_module_tlv() 309 *module_tlv = next_tlv; in ice_get_pfa_module_tlv() 318 next_tlv = next_tlv + tlv_len + 2; in ice_get_pfa_module_tlv()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/ |
| H A D | ccm_mbox.c | 246 goto next_tlv; in nfp_ccm_mbox_copy_out() 275 goto next_tlv; in nfp_ccm_mbox_copy_out() 283 goto next_tlv; in nfp_ccm_mbox_copy_out() 289 goto next_tlv; in nfp_ccm_mbox_copy_out() 295 goto next_tlv; in nfp_ccm_mbox_copy_out() 320 next_tlv: in nfp_ccm_mbox_copy_out()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_pcie.h | 342 uint32 next_tlv; /* Holds location of next available TLV */ member
|
| H A D | dhd_pcie.c | 10435 bus->next_tlv -= sizeof(host_location); in dhdpcie_bus_download_state() 10436 dhdpcie_bus_membytes(bus, TRUE, bus->next_tlv, in dhdpcie_bus_download_state() 10463 bus->next_tlv = sizeof(host_info); in dhdpcie_bus_download_state() 17049 bus->next_tlv = addr; in dhdpcie_wrt_rnd()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_pcie.h | 342 uint32 next_tlv; /* Holds location of next available TLV */ member
|
| H A D | dhd_pcie.c | 10442 bus->next_tlv -= sizeof(host_location); in dhdpcie_bus_download_state() 10443 dhdpcie_bus_membytes(bus, TRUE, bus->next_tlv, in dhdpcie_bus_download_state() 10470 bus->next_tlv = sizeof(host_info); in dhdpcie_bus_download_state() 17056 bus->next_tlv = addr; in dhdpcie_wrt_rnd()
|