/Linux-v4.19/net/ipv4/ |
D | tcp_ulp.c | 32 static struct tcp_ulp_ops *tcp_ulp_find_id(const int ulp) in tcp_ulp_find_id() argument 37 if (e->uid == ulp) in tcp_ulp_find_id() 46 const struct tcp_ulp_ops *ulp = NULL; in __tcp_ulp_find_autoload() local 49 ulp = tcp_ulp_find(name); in __tcp_ulp_find_autoload() 52 if (!ulp && capable(CAP_NET_ADMIN)) { in __tcp_ulp_find_autoload() 56 ulp = tcp_ulp_find(name); in __tcp_ulp_find_autoload() 59 if (!ulp || !try_module_get(ulp->owner)) in __tcp_ulp_find_autoload() 60 ulp = NULL; in __tcp_ulp_find_autoload() 63 return ulp; in __tcp_ulp_find_autoload() 68 const struct tcp_ulp_ops *ulp; in __tcp_ulp_lookup() local [all …]
|
/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_ulp.c | 32 struct bnxt_ulp *ulp; in bnxt_register_dev() local 38 ulp = &edev->ulp_tbl[ulp_id]; in bnxt_register_dev() 39 if (rcu_access_pointer(ulp->ulp_ops)) { in bnxt_register_dev() 54 atomic_set(&ulp->ref_count, 0); in bnxt_register_dev() 55 ulp->handle = handle; in bnxt_register_dev() 56 rcu_assign_pointer(ulp->ulp_ops, ulp_ops); in bnxt_register_dev() 70 struct bnxt_ulp *ulp; in bnxt_unregister_dev() local 77 ulp = &edev->ulp_tbl[ulp_id]; in bnxt_unregister_dev() 78 if (!rcu_access_pointer(ulp->ulp_ops)) { in bnxt_unregister_dev() 87 if (ulp->msix_requested) in bnxt_unregister_dev() [all …]
|
/Linux-v4.19/ipc/ |
D | sem.c | 151 struct sem_undo_list *ulp; /* back ptr to sem_undo_list */ member 1140 spin_lock(&un->ulp->lock); in freeary() 1143 spin_unlock(&un->ulp->lock); in freeary() 1829 static struct sem_undo *__lookup_undo(struct sem_undo_list *ulp, int semid) in __lookup_undo() argument 1833 list_for_each_entry_rcu(un, &ulp->list_proc, list_proc) { in __lookup_undo() 1840 static struct sem_undo *lookup_undo(struct sem_undo_list *ulp, int semid) in lookup_undo() argument 1844 assert_spin_locked(&ulp->lock); in lookup_undo() 1846 un = __lookup_undo(ulp, semid); in lookup_undo() 1849 list_add_rcu(&un->list_proc, &ulp->list_proc); in lookup_undo() 1868 struct sem_undo_list *ulp; in find_alloc_undo() local [all …]
|
/Linux-v4.19/drivers/infiniband/ |
D | Kconfig | 104 source "drivers/infiniband/ulp/ipoib/Kconfig" 106 source "drivers/infiniband/ulp/srp/Kconfig" 107 source "drivers/infiniband/ulp/srpt/Kconfig" 109 source "drivers/infiniband/ulp/iser/Kconfig" 110 source "drivers/infiniband/ulp/isert/Kconfig" 112 source "drivers/infiniband/ulp/opa_vnic/Kconfig"
|
D | Makefile | 3 obj-$(CONFIG_INFINIBAND) += ulp/
|
/Linux-v4.19/drivers/scsi/be2iscsi/ |
D | be_cmds.c | 1398 if (pfw_cfg->ulp[ulp_num].ulp_mode & in beiscsi_get_fw_config() 1404 pfw_cfg->ulp[ulp_num].sq_base; in beiscsi_get_fw_config() 1406 pfw_cfg->ulp[ulp_num].sq_count; in beiscsi_get_fw_config() 1409 pfw_cfg->ulp[ulp_num].icd_base; in beiscsi_get_fw_config() 1411 pfw_cfg->ulp[ulp_num].icd_count; in beiscsi_get_fw_config() 1439 pfw_cfg->ulp[BEISCSI_ULP0].ulp_mode, in beiscsi_get_fw_config() 1440 pfw_cfg->ulp[BEISCSI_ULP1].ulp_mode); in beiscsi_get_fw_config() 1746 int beiscsi_cmd_iscsi_cleanup(struct beiscsi_hba *phba, unsigned short ulp) in beiscsi_cmd_iscsi_cleanup() argument 1758 hdr_ring_id = HWI_GET_DEF_HDRQ_ID(phba, ulp); in beiscsi_cmd_iscsi_cleanup() 1759 data_ring_id = HWI_GET_DEF_BUFQ_ID(phba, ulp); in beiscsi_cmd_iscsi_cleanup() [all …]
|
D | be_main.h | 560 #define BEISCSI_ASYNC_HDQ_SIZE(phba, ulp) \ argument 561 (BEISCSI_GET_CID_COUNT((phba), (ulp)) * 2)
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb3/ |
D | t3cdev.h | 66 void *ulp; /* ulp stuff */ member
|
/Linux-v4.19/drivers/crypto/chelsio/chtls/ |
D | chtls_cm.h | 106 #define skb_ulp_tls_inline(skb) (ULP_SKB_CB(skb)->ulp.tls.ofld) 107 #define skb_ulp_tls_iv_imm(skb) (ULP_SKB_CB(skb)->ulp.tls.iv)
|
D | chtls_io.c | 60 ULP_SKB_CB(skb)->ulp.tls.iv = 1; in set_ivs_imm() 63 ULP_SKB_CB(skb)->ulp.tls.iv = 0; in set_ivs_imm() 423 data_type = tls_content_type(ULP_SKB_CB(skb)->ulp.tls.type); in tls_tx_data_wr() 866 ULP_SKB_CB(skb)->ulp.tls.ofld = 1; in get_record_skb() 867 ULP_SKB_CB(skb)->ulp.tls.type = csk->tlshws.type; in get_record_skb() 1039 ULP_SKB_CB(skb)->ulp.tls.type = hdr.type; in chtls_sendmsg()
|
D | chtls.h | 336 } ulp; member
|
/Linux-v4.19/drivers/infiniband/hw/cxgb3/ |
D | iwch.c | 154 rnicp->rdev.ulp = rnicp; in open_rnic_dev() 205 struct cxio_rdev *rdev = tdev->ulp; in iwch_event_handler()
|
D | cxio_hal.h | 106 void *ulp; member
|
D | iwch_ev.c | 116 rnicp = (struct iwch_dev *) rdev_p->ulp; in iwch_ev_dispatch()
|
D | cxio_hal.c | 888 rdev_p = (struct cxio_rdev *)t3cdev_p->ulp; in cxio_hal_ev_handler() 940 rdev_p->t3cdev_p->ulp = (void *) rdev_p; in cxio_rdev_open() 1027 rdev_p->t3cdev_p->ulp = NULL; in cxio_rdev_open() 1040 rdev_p->t3cdev_p->ulp = NULL; in cxio_rdev_close()
|
/Linux-v4.19/include/uapi/linux/ |
D | if_hippi.h | 82 __u8 ulp; /* must contain 4 */
|
/Linux-v4.19/arch/m68k/fpsp040/ |
D | sacos.S | 14 | 64 significant bit, i.e. within 0.5001 ulp to 53 bits if the
|
D | sasin.S | 14 | 64 significant bit, i.e. within 0.5001 ulp to 53 bits if the
|
D | satanh.S | 15 | 64 significant bit, i.e. within 0.5001 ulp to 53 bits if the
|
D | scosh.S | 14 | 64 significant bit, i.e. within 0.5001 ulp to 53 bits if the
|
D | ssin.S | 18 | Accuracy and Monotonicity: The returned result is within 1 ulp in 19 | 64 significant bit, i.e. within 0.5001 ulp to 53 bits if the 488 |--we want P+p = W+w but |p| <= half ulp of P 500 |--|r| <= half ulp of R.
|
D | ssinh.S | 14 | 64 significant bit, i.e. within 0.5001 ulp to 53 bits if the
|
D | stan.S | 13 | Accuracy and Monotonicity: The returned result is within 3 ulp in 14 | 64 significant bit, i.e. within 0.5001 ulp to 53 bits if the
|
D | stanh.S | 14 | 64 significant bit, i.e. within 0.5001 ulp to 53 bits if the
|
D | stwotox.S | 15 | 64 significant bit, i.e. within 0.5001 ulp to 53 bits if the
|