Searched refs:lpcb (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/pci/ |
H A D | pci_clp.c | 69 * Call Logical Processor with c=0, the give constant lps and an lpcb request. 465 static int clp_base_slpc(struct clp_req *req, struct clp_req_rsp_slpc *lpcb) in clp_base_slpc() argument 467 unsigned long limit = PAGE_SIZE - sizeof(lpcb->request); in clp_base_slpc() 469 if (lpcb->request.hdr.len != sizeof(lpcb->request) || in clp_base_slpc() 470 lpcb->response.hdr.len > limit) in clp_base_slpc() 472 return clp_req(lpcb, CLP_LPS_BASE) ? -EOPNOTSUPP : 0; in clp_base_slpc() 475 static int clp_base_command(struct clp_req *req, struct clp_req_hdr *lpcb) in clp_base_command() argument 477 switch (lpcb->cmd) { in clp_base_command() 479 return clp_base_slpc(req, (void *) lpcb); in clp_base_command() 485 clp_pci_slpc(struct clp_req *req, struct clp_req_rsp_slpc_pci *lpcb) clp_pci_slpc() argument 495 clp_pci_list(struct clp_req *req, struct clp_req_rsp_list_pci *lpcb) clp_pci_list() argument 507 clp_pci_query(struct clp_req *req, struct clp_req_rsp_query_pci *lpcb) clp_pci_query() argument 520 clp_pci_query_grp(struct clp_req *req, struct clp_req_rsp_query_pci_grp *lpcb) clp_pci_query_grp() argument 534 clp_pci_command(struct clp_req *req, struct clp_req_hdr *lpcb) clp_pci_command() argument 552 struct clp_req_hdr *lpcb; clp_normal_command() local [all...] |
/kernel/linux/linux-6.6/arch/s390/pci/ |
H A D | pci_clp.c | 70 * Call Logical Processor with c=0, the give constant lps and an lpcb request. 481 static int clp_base_slpc(struct clp_req *req, struct clp_req_rsp_slpc *lpcb) in clp_base_slpc() argument 483 unsigned long limit = PAGE_SIZE - sizeof(lpcb->request); in clp_base_slpc() 485 if (lpcb->request.hdr.len != sizeof(lpcb->request) || in clp_base_slpc() 486 lpcb->response.hdr.len > limit) in clp_base_slpc() 488 return clp_req(lpcb, CLP_LPS_BASE) ? -EOPNOTSUPP : 0; in clp_base_slpc() 491 static int clp_base_command(struct clp_req *req, struct clp_req_hdr *lpcb) in clp_base_command() argument 493 switch (lpcb->cmd) { in clp_base_command() 495 return clp_base_slpc(req, (void *) lpcb); in clp_base_command() 501 clp_pci_slpc(struct clp_req *req, struct clp_req_rsp_slpc_pci *lpcb) clp_pci_slpc() argument 511 clp_pci_list(struct clp_req *req, struct clp_req_rsp_list_pci *lpcb) clp_pci_list() argument 523 clp_pci_query(struct clp_req *req, struct clp_req_rsp_query_pci *lpcb) clp_pci_query() argument 536 clp_pci_query_grp(struct clp_req *req, struct clp_req_rsp_query_pci_grp *lpcb) clp_pci_query_grp() argument 550 clp_pci_command(struct clp_req *req, struct clp_req_hdr *lpcb) clp_pci_command() argument 568 struct clp_req_hdr *lpcb; clp_normal_command() local [all...] |
/kernel/liteos_a/net/lwip-2.1/enhancement/src/ |
H A D | api_shell.c | 3083 struct tcp_pcb_listen *lpcb = NULL; local 3219 for (lpcb = tcp_listen_pcbs.listen_pcbs; lpcb != NULL; lpcb = lpcb->next) { 3221 "%s:%d", ipaddr_ntoa(&lpcb->local_ip), lpcb->local_port); 3227 "%s:%d", ipaddr_ntoa(&lpcb->remote_ip), 0); 3232 recvQlen = netstat_netconn_recvq(lpcb->callback_arg); 3235 IP_IS_V6(&lpcb [all...] |
Completed in 6 milliseconds