Searched refs:ulp (Results 1 - 25 of 33) sorted by relevance

12

/linux-master/drivers/infiniband/
H A DMakefile4 obj-$(CONFIG_INFINIBAND) += ulp/
/linux-master/net/ipv4/
H A Dtcp_ulp.c36 const struct tcp_ulp_ops *ulp = NULL; local
39 ulp = tcp_ulp_find(name);
42 if (!ulp && capable(CAP_NET_ADMIN)) {
44 request_module("tcp-ulp-%s", name);
46 ulp = tcp_ulp_find(name);
49 if (!ulp || !try_module_get(ulp->owner))
50 ulp = NULL;
53 return ulp;
59 int tcp_register_ulp(struct tcp_ulp_ops *ulp) argument
74 tcp_unregister_ulp(struct tcp_ulp_ops *ulp) argument
[all...]
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ulp.c112 struct bnxt_ulp *ulp; local
128 ulp = edev->ulp_tbl;
129 ulp->handle = handle;
130 rcu_assign_pointer(ulp->ulp_ops, ulp_ops);
150 struct bnxt_ulp *ulp; local
153 ulp = edev->ulp_tbl;
156 if (ulp->msix_requested)
160 if (ulp->max_async_event_id)
163 RCU_INIT_POINTER(ulp->ulp_ops, NULL);
165 ulp
299 struct bnxt_ulp *ulp = edev->ulp_tbl; local
320 struct bnxt_ulp *ulp = edev->ulp_tbl; local
348 struct bnxt_ulp *ulp; local
441 struct bnxt_ulp *ulp; local
[all...]
/linux-master/drivers/block/rnbd/
H A DMakefile3 ccflags-y := -I$(srctree)/drivers/infiniband/ulp/rtrs
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3cdev.h66 void *ulp; /* ulp stuff */ member in struct:t3cdev
67 void *ulp_iscsi; /* ulp iscsi */
/linux-master/ipc/
H A Dsem.c151 struct sem_undo_list *ulp; /* back ptr to sem_undo_list */ member in struct:sem_undo
1155 spin_lock(&un->ulp->lock);
1158 spin_unlock(&un->ulp->lock);
1869 static struct sem_undo *__lookup_undo(struct sem_undo_list *ulp, int semid) argument
1873 list_for_each_entry_rcu(un, &ulp->list_proc, list_proc,
1874 spin_is_locked(&ulp->lock)) {
1881 static struct sem_undo *lookup_undo(struct sem_undo_list *ulp, int semid) argument
1885 assert_spin_locked(&ulp->lock);
1887 un = __lookup_undo(ulp, semid);
1890 list_add_rcu(&un->list_proc, &ulp
1909 struct sem_undo_list *ulp; local
2337 struct sem_undo_list *ulp; local
[all...]
/linux-master/include/uapi/linux/
H A Dif_hippi.h82 __u8 ulp; /* must contain 4 */
/linux-master/arch/m68k/fpsp040/
H A Dsacos.S14 | 64 significant bit, i.e. within 0.5001 ulp to 53 bits if the
H A Dsasin.S14 | 64 significant bit, i.e. within 0.5001 ulp to 53 bits if the
H A Dsatanh.S15 | 64 significant bit, i.e. within 0.5001 ulp to 53 bits if the
H A Dscosh.S14 | 64 significant bit, i.e. within 0.5001 ulp to 53 bits if the
H A Dssinh.S14 | 64 significant bit, i.e. within 0.5001 ulp to 53 bits if the
H A Dssin.S18 | 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.
H A Dstanh.S14 | 64 significant bit, i.e. within 0.5001 ulp to 53 bits if the
H A Dstwotox.S15 | 64 significant bit, i.e. within 0.5001 ulp to 53 bits if the
H A Dslog2.S17 | ulps in 64 significant bit, i.e. within 0.5003 ulp
H A Dstan.S13 | 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
419 |--we want P+p = W+w but |p| <= half ulp of P
431 |--|r| <= half ulp of R.
H A Dslogn.S15 | 64 significant bit, i.e. within 0.5001 ulp to 53 bits if the
H A Dsatan.S14 | 64 significant bit, i.e. within 0.5001 ulp to 53 bits if the
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.h101 #define skb_ulp_tls_inline(skb) (ULP_SKB_CB(skb)->ulp.tls.ofld)
102 #define skb_ulp_tls_iv_imm(skb) (ULP_SKB_CB(skb)->ulp.tls.iv)
H A Dchtls_io.c57 ULP_SKB_CB(skb)->ulp.tls.iv = 1;
60 ULP_SKB_CB(skb)->ulp.tls.iv = 0;
420 data_type = tls_content_type(ULP_SKB_CB(skb)->ulp.tls.type);
623 int len = skb->len; /* length [ulp bytes] inserted by hw */
862 ULP_SKB_CB(skb)->ulp.tls.ofld = 1;
863 ULP_SKB_CB(skb)->ulp.tls.type = csk->tlshws.type;
H A Dchtls.h434 } ulp; member in struct:ulp_skb_cb
/linux-master/drivers/scsi/be2iscsi/
H A Dbe_cmds.c1391 if (pfw_cfg->ulp[ulp_num].ulp_mode &
1397 pfw_cfg->ulp[ulp_num].sq_base;
1399 pfw_cfg->ulp[ulp_num].sq_count;
1402 pfw_cfg->ulp[ulp_num].icd_base;
1404 pfw_cfg->ulp[ulp_num].icd_count;
1432 pfw_cfg->ulp[BEISCSI_ULP0].ulp_mode,
1433 pfw_cfg->ulp[BEISCSI_ULP1].ulp_mode);
1733 * @ulp: ULP number.
1739 int beiscsi_cmd_iscsi_cleanup(struct beiscsi_hba *phba, unsigned short ulp) argument
1751 hdr_ring_id = HWI_GET_DEF_HDRQ_ID(phba, ulp);
[all...]
H A Dbe_main.h554 #define BEISCSI_ASYNC_HDQ_SIZE(phba, ulp) \
555 (BEISCSI_GET_CID_COUNT((phba), (ulp)) * 2)
/linux-master/drivers/clk/imx/
H A DMakefile5 mxc-clk-objs += clk-composite-7ulp.o

Completed in 182 milliseconds

12