/Linux-v5.4/drivers/pci/pcie/ |
D | bw_notification.c | 51 struct pcie_device *srv = context; in pcie_bw_notification_irq() local 52 struct pci_dev *port = srv->port; in pcie_bw_notification_irq() 69 struct pcie_device *srv = context; in pcie_bw_notification_handler() local 70 struct pci_dev *port = srv->port; in pcie_bw_notification_handler() 85 static int pcie_bandwidth_notification_probe(struct pcie_device *srv) in pcie_bandwidth_notification_probe() argument 90 if (!pcie_link_bandwidth_notification_supported(srv->port)) in pcie_bandwidth_notification_probe() 93 ret = request_threaded_irq(srv->irq, pcie_bw_notification_irq, in pcie_bandwidth_notification_probe() 95 IRQF_SHARED, "PCIe BW notif", srv); in pcie_bandwidth_notification_probe() 99 pcie_enable_link_bandwidth_notification(srv->port); in pcie_bandwidth_notification_probe() 104 static void pcie_bandwidth_notification_remove(struct pcie_device *srv) in pcie_bandwidth_notification_remove() argument [all …]
|
D | pme.c | 43 struct pcie_device *srv; member 217 struct pci_dev *port = data->srv->port; in pcie_pme_work_fn() 321 static int pcie_pme_probe(struct pcie_device *srv) in pcie_pme_probe() argument 333 data->srv = srv; in pcie_pme_probe() 334 set_service_data(srv, data); in pcie_pme_probe() 336 port = srv->port; in pcie_pme_probe() 340 ret = request_irq(srv->irq, pcie_pme_irq, IRQF_SHARED, "PCIe PME", srv); in pcie_pme_probe() 346 pci_info(port, "Signaling with IRQ %d\n", srv->irq); in pcie_pme_probe() 382 static int pcie_pme_suspend(struct pcie_device *srv) in pcie_pme_suspend() argument 384 struct pcie_pme_service_data *data = get_service_data(srv); in pcie_pme_suspend() [all …]
|
/Linux-v5.4/net/tipc/ |
D | topsrv.c | 250 struct tipc_topsrv *srv = con->server; in tipc_conn_send_to_sock() local 284 tipc_topsrv_kern_evt(srv->net, evt); in tipc_conn_send_to_sock() 315 struct tipc_topsrv *srv = tipc_topsrv(net); in tipc_topsrv_queue_evt() local 319 con = tipc_conn_lookup(srv, conid); in tipc_topsrv_queue_evt() 335 if (queue_work(srv->send_wq, &con->swork)) in tipc_topsrv_queue_evt() 359 static int tipc_conn_rcv_sub(struct tipc_topsrv *srv, in tipc_conn_rcv_sub() argument 363 struct tipc_net *tn = tipc_net(srv->net); in tipc_conn_rcv_sub() 375 sub = tipc_sub_subscribe(srv->net, s, con->conid); in tipc_conn_rcv_sub() 387 struct tipc_topsrv *srv = con->server; in tipc_conn_rcv_from_sock() local 403 ret = tipc_conn_rcv_sub(srv, con, &s); in tipc_conn_rcv_from_sock() [all …]
|
/Linux-v5.4/drivers/hv/ |
D | hv_util.c | 83 static int hv_timesync_init(struct hv_util_service *srv); 389 struct hv_util_service *srv = in util_probe() local 393 srv->recv_buffer = kmalloc(PAGE_SIZE * 4, GFP_KERNEL); in util_probe() 394 if (!srv->recv_buffer) in util_probe() 396 srv->channel = dev->channel; in util_probe() 397 if (srv->util_init) { in util_probe() 398 ret = srv->util_init(srv); in util_probe() 414 hv_set_drvdata(dev, srv); in util_probe() 417 srv->util_cb, dev->channel); in util_probe() 424 if (srv->util_deinit) in util_probe() [all …]
|
D | hyperv_vmbus.h | 353 int hv_kvp_init(struct hv_util_service *srv); 357 int hv_vss_init(struct hv_util_service *srv); 361 int hv_fcopy_init(struct hv_util_service *srv);
|
D | hv_fcopy.c | 327 int hv_fcopy_init(struct hv_util_service *srv) in hv_fcopy_init() argument 329 recv_buffer = srv->recv_buffer; in hv_fcopy_init() 330 fcopy_transaction.recv_channel = srv->channel; in hv_fcopy_init()
|
D | hv_snapshot.c | 353 hv_vss_init(struct hv_util_service *srv) in hv_vss_init() argument 360 recv_buffer = srv->recv_buffer; in hv_vss_init() 361 vss_transaction.recv_channel = srv->channel; in hv_vss_init()
|
D | hv_kvp.c | 739 hv_kvp_init(struct hv_util_service *srv) in hv_kvp_init() argument 741 recv_buffer = srv->recv_buffer; in hv_kvp_init() 742 kvp_transaction.recv_channel = srv->channel; in hv_kvp_init()
|
/Linux-v5.4/drivers/staging/vc04_services/interface/vchiq_arm/ |
D | vchiq_core.c | 22 #define SRVTRACE_LEVEL(srv) \ argument 23 (((srv) && (srv)->trace) ? VCHIQ_LOG_TRACE : vchiq_core_msg_log_level) 24 #define SRVTRACE_ENABLED(srv, lev) \ argument 25 (((srv) && (srv)->trace) || (vchiq_core_msg_log_level >= (lev))) 238 struct vchiq_service *srv = state->services[idx++]; in next_service_by_instance() local 240 if (srv && (srv->srvstate != VCHIQ_SRVSTATE_FREE) && in next_service_by_instance() 241 (srv->instance == instance)) { in next_service_by_instance() 242 service = srv; in next_service_by_instance() 2346 struct vchiq_service *srv = state->services[i]; in vchiq_add_service_internal() local 2348 if (!srv) { in vchiq_add_service_internal() [all …]
|
/Linux-v5.4/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_so.h | 62 struct SVGA3dCmdDXDestroyShaderResourceView srv; member
|
/Linux-v5.4/fs/cifs/ |
D | cifsglob.h | 926 static inline struct net *cifs_net_ns(struct TCP_Server_Info *srv) in cifs_net_ns() argument 928 return srv->net; in cifs_net_ns() 931 static inline void cifs_set_net_ns(struct TCP_Server_Info *srv, struct net *net) in cifs_set_net_ns() argument 933 srv->net = net; in cifs_set_net_ns() 938 static inline struct net *cifs_net_ns(struct TCP_Server_Info *srv) in cifs_net_ns() argument 943 static inline void cifs_set_net_ns(struct TCP_Server_Info *srv, struct net *net) in cifs_set_net_ns() argument
|
D | misc.c | 399 is_valid_oplock_break(char *buffer, struct TCP_Server_Info *srv) in is_valid_oplock_break() argument 416 size_t len = srv->total_read - sizeof(pSMBr->hdr.smb_buf_length); in is_valid_oplock_break() 470 list_for_each(tmp, &srv->smb_ses_list) { in is_valid_oplock_break()
|
D | smb2proto.h | 63 struct TCP_Server_Info *srv);
|
/Linux-v5.4/Documentation/networking/mac80211_hwsim/ |
D | mac80211_hwsim.rst | 79 git://w1.fi/srv/git/hostap.git and mac80211_hwsim/tests subdirectory
|
/Linux-v5.4/Documentation/accounting/ |
D | delay-accounting.rst | 115 bin data1 data3 data5 dev home media opt root srv sys usr
|
/Linux-v5.4/fs/nfs/ |
D | pnfs.c | 2240 struct nfs_server *srv = NFS_SERVER(ino); in pnfs_parse_lgopen() local 2264 srv->caps &= ~NFS_CAP_LGOPEN; in pnfs_parse_lgopen()
|