Home
last modified time | relevance | path

Searched refs:data_buf (Results 201 - 206 of 206) sorted by relevance

123456789

/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c2388 static void config_llm_table(struct hns_roce_buf *data_buf, void *cfg_buf) in config_llm_table() argument
2395 page_num = data_buf->npages; in config_llm_table()
2397 addr = hns_roce_buf_page(data_buf, i); in config_llm_table()
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.c2712 memcpy(req->data_buf, img, num_bytes); in be_flash()
/kernel/linux/linux-6.6/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.c2713 memcpy(req->data_buf, img, num_bytes); in be_flash()
/third_party/rust/crates/libc/src/
H A Dpsp.rs2359 pub data_buf: *mut c_void,
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_n.c23017 u32 *data_buf = NULL; in wlc_phy_loadsampletable_nphy() local
23019 data_buf = kmalloc_array(num_samps, sizeof(u32), GFP_ATOMIC); in wlc_phy_loadsampletable_nphy()
23020 if (data_buf == NULL) in wlc_phy_loadsampletable_nphy()
23027 data_buf[t] = ((((unsigned int)tone_buf[t].i) & 0x3ff) << 10) | in wlc_phy_loadsampletable_nphy()
23030 data_buf); in wlc_phy_loadsampletable_nphy()
23032 kfree(data_buf); in wlc_phy_loadsampletable_nphy()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_n.c23017 u32 *data_buf = NULL; in wlc_phy_loadsampletable_nphy() local
23019 data_buf = kmalloc_array(num_samps, sizeof(u32), GFP_ATOMIC); in wlc_phy_loadsampletable_nphy()
23020 if (data_buf == NULL) in wlc_phy_loadsampletable_nphy()
23027 data_buf[t] = ((((unsigned int)tone_buf[t].i) & 0x3ff) << 10) | in wlc_phy_loadsampletable_nphy()
23030 data_buf); in wlc_phy_loadsampletable_nphy()
23032 kfree(data_buf); in wlc_phy_loadsampletable_nphy()

Completed in 90 milliseconds

123456789