/kernel/linux/linux-5.10/drivers/message/fusion/ |
H A D | mptsas.c | 2061 static int mptsas_mgmt_done(MPT_ADAPTER *ioc, MPT_FRAME_HDR *req, in mptsas_mgmt_done() argument 2082 SasIoUnitControlRequest_t *req; in mptsas_phy_reset() local 2107 req = (SasIoUnitControlRequest_t *)mf; in mptsas_phy_reset() 2108 memset(req, 0, sizeof(SasIoUnitControlRequest_t)); in mptsas_phy_reset() 2109 req->Function = MPI_FUNCTION_SAS_IO_UNIT_CONTROL; in mptsas_phy_reset() 2110 req->MsgContext = hdr->MsgContext; in mptsas_phy_reset() 2111 req->Operation = hard_reset ? in mptsas_phy_reset() 2113 req->PhyNum = phy->identify.phy_identifier; in mptsas_phy_reset() 2228 printk(MYIOC_s_ERR_FMT "%s: multiple segments req %u, rsp %u\n", in mptsas_smp_handler()
|
/kernel/linux/linux-6.6/drivers/message/fusion/ |
H A D | mptsas.c | 2089 static int mptsas_mgmt_done(MPT_ADAPTER *ioc, MPT_FRAME_HDR *req, in mptsas_mgmt_done() argument 2110 SasIoUnitControlRequest_t *req; in mptsas_phy_reset() local 2135 req = (SasIoUnitControlRequest_t *)mf; in mptsas_phy_reset() 2136 memset(req, 0, sizeof(SasIoUnitControlRequest_t)); in mptsas_phy_reset() 2137 req->Function = MPI_FUNCTION_SAS_IO_UNIT_CONTROL; in mptsas_phy_reset() 2138 req->MsgContext = hdr->MsgContext; in mptsas_phy_reset() 2139 req->Operation = hard_reset ? in mptsas_phy_reset() 2141 req->PhyNum = phy->identify.phy_identifier; in mptsas_phy_reset() 2256 printk(MYIOC_s_ERR_FMT "%s: multiple segments req %u, rsp %u\n", in mptsas_smp_handler()
|
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_def.h | 507 void *req; member 763 } req; member 2691 uint32_t enable:1; /* device is edif enabled/req'd */ 3170 } req; member 3282 struct ct_sns_req req; member 3289 struct ct_sns_req req; member 3723 struct req_que *req; member 3840 struct req_que *req; member 5070 struct req_que *req; member
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/bnxt_re/ |
H A D | ib_verbs.c | 2950 struct bnxt_re_cq_req req; in bnxt_re_create_cq() local 2953 if (ib_copy_from_udata(&req, udata, sizeof(req))) { in bnxt_re_create_cq() 2958 cq->umem = ib_umem_get(&rdev->ibdev, req.cq_va, in bnxt_re_create_cq() 3048 struct bnxt_re_resize_cq_req req; in bnxt_re_resize_cq() local 3081 if (ib_copy_from_udata(&req, udata, sizeof(req))) { in bnxt_re_resize_cq() 3086 cq->resize_umem = ib_umem_get(&rdev->ibdev, req.cq_va, in bnxt_re_resize_cq()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/sis/ |
H A D | sis_main.c | 3412 sis_int_malloc(struct sis_video_info *ivideo, struct sis_memreq *req) in sis_int_malloc() argument 3417 poh = sisfb_poh_allocate(&ivideo->sisfb_heap, (u32)req->size); in sis_int_malloc() 3420 req->offset = req->size = 0; in sis_int_malloc() 3423 req->offset = poh->offset; in sis_int_malloc() 3424 req->size = poh->size; in sis_int_malloc() 3431 sis_malloc(struct sis_memreq *req) in sis_malloc() argument 3436 sis_int_malloc(ivideo, req); in sis_malloc() 3438 req->offset = req in sis_malloc() 3442 sis_malloc_new(struct pci_dev *pdev, struct sis_memreq *req) sis_malloc_new() argument [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/sis/ |
H A D | sis_main.c | 3424 sis_int_malloc(struct sis_video_info *ivideo, struct sis_memreq *req) in sis_int_malloc() argument 3429 poh = sisfb_poh_allocate(&ivideo->sisfb_heap, (u32)req->size); in sis_int_malloc() 3432 req->offset = req->size = 0; in sis_int_malloc() 3435 req->offset = poh->offset; in sis_int_malloc() 3436 req->size = poh->size; in sis_int_malloc() 3443 sis_malloc(struct sis_memreq *req) in sis_malloc() argument 3448 sis_int_malloc(ivideo, req); in sis_malloc() 3450 req->offset = req in sis_malloc() 3454 sis_malloc_new(struct pci_dev *pdev, struct sis_memreq *req) sis_malloc_new() argument [all...] |
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | wl_cfg80211.h | 501 /* find a peer to go to a common channel before sending public action req frame */ 923 s32 my_listen_chan; /* listen chanel: extract it from prb req or gon req */ 1258 bool sched_scan_running; /* scheduled scan req status */ 1259 struct cfg80211_sched_scan_request *sched_scan_req; /* scheduled scan req */ 2003 #define scan_req_iftype(req) (req->dev->ieee80211_ptr->iftype) 2005 #define scan_req_iftype(req) (req->wdev->iftype)
|
/kernel/linux/linux-5.10/drivers/net/ethernet/toshiba/ |
H A D | ps3_gelic_wireless.c | 370 struct iw_scan_req *req; in gelic_wl_set_scan() local 376 req = (struct iw_scan_req*)extra; in gelic_wl_set_scan() 377 essid = req->essid; in gelic_wl_set_scan() 378 essid_len = req->essid_len; in gelic_wl_set_scan()
|
/kernel/linux/linux-5.10/fs/nilfs2/ |
H A D | btree.c | 2240 union nilfs_bmap_ptr_req req; in nilfs_btree_assign_v() local 2246 req.bpr_ptr = ptr; in nilfs_btree_assign_v() 2247 ret = nilfs_dat_prepare_start(dat, &req.bpr_req); in nilfs_btree_assign_v() 2250 nilfs_dat_commit_start(dat, &req.bpr_req, blocknr); in nilfs_btree_assign_v()
|
/kernel/linux/linux-5.10/drivers/net/ |
H A D | xen-netfront.c | 315 struct xen_netif_rx_request *req; in xennet_alloc_rx_buffers() local 334 req = RING_GET_REQUEST(&queue->rx, req_prod); in xennet_alloc_rx_buffers() 339 req->id = id; in xennet_alloc_rx_buffers() 340 req->gref = ref; in xennet_alloc_rx_buffers() 758 /* The first req should be at least ETH_HLEN size or the packet will be in xennet_start_xmit()
|
/kernel/linux/linux-5.10/drivers/staging/ks7010/ |
H A D | ks_wlan_net.c | 1122 struct iw_scan_req *req = NULL; in ks_wlan_set_scan() local 1132 req = (struct iw_scan_req *)extra; in ks_wlan_set_scan() 1133 len = min_t(int, req->essid_len, IW_ESSID_MAX_SIZE); in ks_wlan_set_scan() 1135 memcpy(priv->scan_ssid, req->essid, len); in ks_wlan_set_scan()
|
/kernel/linux/linux-6.6/fs/nilfs2/ |
H A D | btree.c | 2238 union nilfs_bmap_ptr_req req; in nilfs_btree_assign_v() local 2244 req.bpr_ptr = ptr; in nilfs_btree_assign_v() 2245 ret = nilfs_dat_prepare_start(dat, &req.bpr_req); in nilfs_btree_assign_v() 2248 nilfs_dat_commit_start(dat, &req.bpr_req, blocknr); in nilfs_btree_assign_v()
|
/kernel/linux/linux-6.6/drivers/staging/ks7010/ |
H A D | ks_wlan_net.c | 1121 struct iw_scan_req *req = NULL; in ks_wlan_set_scan() local 1131 req = (struct iw_scan_req *)extra; in ks_wlan_set_scan() 1132 len = min_t(int, req->essid_len, IW_ESSID_MAX_SIZE); in ks_wlan_set_scan() 1134 memcpy(priv->scan_ssid, req->essid, len); in ks_wlan_set_scan()
|
/kernel/linux/linux-6.6/drivers/clk/qcom/ |
H A D | clk-alpha-pll.c | 2426 struct clk_rate_request *req) in clk_alpha_pll_stromer_determine_rate() 2431 req->rate = alpha_pll_round_rate(req->rate, req->best_parent_rate, in clk_alpha_pll_stromer_determine_rate() 2425 clk_alpha_pll_stromer_determine_rate(struct clk_hw *hw, struct clk_rate_request *req) clk_alpha_pll_stromer_determine_rate() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/toshiba/ |
H A D | ps3_gelic_wireless.c | 370 struct iw_scan_req *req; in gelic_wl_set_scan() local 376 req = (struct iw_scan_req*)extra; in gelic_wl_set_scan() 377 essid = req->essid; in gelic_wl_set_scan() 378 essid_len = req->essid_len; in gelic_wl_set_scan()
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | xen-netfront.c | 313 struct xen_netif_rx_request *req; in xennet_alloc_rx_buffers() local 332 req = RING_GET_REQUEST(&queue->rx, req_prod); in xennet_alloc_rx_buffers() 337 req->id = id; in xennet_alloc_rx_buffers() 338 req->gref = ref; in xennet_alloc_rx_buffers() 754 /* The first req should be at least ETH_HLEN size or the packet will be in xennet_start_xmit()
|
/third_party/backends/backend/ |
H A D | umax1220u-common.c | 511 size_t req, n; in cread() local 513 req = n = (len > 0xf000) ? 0xf000 : len; in cread() 516 if (n < req) in cread() 518 DBG (1, "qread: Expecting to read %lu, only got %lu\n", (u_long) req, (u_long) n); in cread()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.c | 2434 VkMemoryDedicatedRequirements *req = in tu_get_buffer_memory_requirements() local 2436 req->requiresDedicatedAllocation = false; in tu_get_buffer_memory_requirements() 2437 req->prefersDedicatedAllocation = req->requiresDedicatedAllocation; in tu_get_buffer_memory_requirements()
|
/third_party/node/src/ |
H A D | cares_wrap.cc | 1433 void AfterGetAddrInfo(uv_getaddrinfo_t* req, int status, struct addrinfo* res) { in AfterGetAddrInfo() argument 1436 static_cast<GetAddrInfoReqWrap*>(req->data)}; in AfterGetAddrInfo() 1504 void AfterGetNameInfo(uv_getnameinfo_t* req, in AfterGetNameInfo() argument 1509 static_cast<GetNameInfoReqWrap*>(req->data)}; in AfterGetNameInfo()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
H A D | dbus_new_handlers_p2p.c | 2924 u64 req = 0; in wpas_dbus_handler_p2p_service_sd_cancel_req() local 2927 dbus_message_iter_get_basic(&iter, &req); in wpas_dbus_handler_p2p_service_sd_cancel_req() 2929 if (req == 0) in wpas_dbus_handler_p2p_service_sd_cancel_req() 2932 if (wpas_p2p_sd_cancel_request(wpa_s, req) < 0) in wpas_dbus_handler_p2p_service_sd_cancel_req()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | wps_supplicant.c | 2720 const struct wpabuf *req, in wpas_wps_nfc_report_handover() 2724 wpa_hexdump_buf_key(MSG_DEBUG, "WPS: Carrier record in request", req); in wpas_wps_nfc_report_handover() 2731 const struct wpabuf *req, in wpas_er_wps_nfc_report_handover() 2746 wps = ndef_parse_wifi(req); in wpas_er_wps_nfc_report_handover() 2719 wpas_wps_nfc_report_handover(struct wpa_supplicant *wpa_s, const struct wpabuf *req, const struct wpabuf *sel) wpas_wps_nfc_report_handover() argument 2730 wpas_er_wps_nfc_report_handover(struct wpa_supplicant *wpa_s, const struct wpabuf *req, const struct wpabuf *sel) wpas_er_wps_nfc_report_handover() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
H A D | dbus_new_handlers_p2p.c | 2993 u64 req = 0; in wpas_dbus_handler_p2p_service_sd_cancel_req() local 2996 dbus_message_iter_get_basic(&iter, &req); in wpas_dbus_handler_p2p_service_sd_cancel_req() 2998 if (req == 0) in wpas_dbus_handler_p2p_service_sd_cancel_req() 3001 if (wpas_p2p_sd_cancel_request(wpa_s, req) < 0) in wpas_dbus_handler_p2p_service_sd_cancel_req()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | wps_supplicant.c | 2789 const struct wpabuf *req, in wpas_wps_nfc_report_handover() 2793 wpa_hexdump_buf_key(MSG_DEBUG, "WPS: Carrier record in request", req); in wpas_wps_nfc_report_handover() 2800 const struct wpabuf *req, in wpas_er_wps_nfc_report_handover() 2815 wps = ndef_parse_wifi(req); in wpas_er_wps_nfc_report_handover() 2788 wpas_wps_nfc_report_handover(struct wpa_supplicant *wpa_s, const struct wpabuf *req, const struct wpabuf *sel) wpas_wps_nfc_report_handover() argument 2799 wpas_er_wps_nfc_report_handover(struct wpa_supplicant *wpa_s, const struct wpabuf *req, const struct wpabuf *sel) wpas_er_wps_nfc_report_handover() argument
|
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | sprd-dma.c | 169 u32 req; member 531 writel(cfg->req, schan->chn_base + SPRD_DMA_CHN_REQ); in sprd_dma_set_chn_config()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mediatek/ |
H A D | mtk_star_emac.c | 1016 struct ifreq *req, int cmd) in mtk_star_netdev_ioctl() 1021 return phy_mii_ioctl(ndev->phydev, req, cmd); in mtk_star_netdev_ioctl() 1015 mtk_star_netdev_ioctl(struct net_device *ndev, struct ifreq *req, int cmd) mtk_star_netdev_ioctl() argument
|