Searched refs:ulp (Results 1 - 25 of 33) sorted by last modified time

12

/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ulp.c59 struct bnxt_ulp *ulp; local
66 ulp = edev->ulp_tbl;
67 if (!ulp)
70 ulp->handle = handle;
71 rcu_assign_pointer(ulp->ulp_ops, ulp_ops);
86 struct bnxt_ulp *ulp; local
89 ulp = edev->ulp_tbl;
90 if (ulp->msix_requested)
93 if (ulp->max_async_event_id)
96 RCU_INIT_POINTER(ulp
240 struct bnxt_ulp *ulp = edev->ulp_tbl; local
261 struct bnxt_ulp *ulp = edev->ulp_tbl; local
289 struct bnxt_ulp *ulp; local
358 struct bnxt_ulp *ulp; local
[all...]
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh1841 grep -c tcp-ulp-mptcp)
1843 grep -c tcp-ulp-mptcp)
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls.h434 } ulp; member in struct:ulp_skb_cb
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_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)
/linux-master/drivers/crypto/chelsio/
H A Dchcr_algo.c470 struct ulptx_sgl *ulp)
472 walk->sgl = ulp;
475 walk->pair = ulp->sge;
469 ulptx_walk_init(struct ulptx_walk *walk, struct ulptx_sgl *ulp) argument
/linux-master/arch/m68k/fpsp040/
H A Dslogn.S15 | 64 significant bit, i.e. within 0.5001 ulp to 53 bits if the
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 Dsatan.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
/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/drivers/clk/imx/
H A DMakefile5 mxc-clk-objs += clk-composite-7ulp.o
/linux-master/drivers/block/rnbd/
H A DMakefile3 ccflags-y := -I$(srctree)/drivers/infiniband/ulp/rtrs
/linux-master/drivers/scsi/be2iscsi/
H A Dbe_main.h554 #define BEISCSI_ASYNC_HDQ_SIZE(phba, ulp) \
555 (BEISCSI_GET_CID_COUNT((phba), (ulp)) * 2)
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_cmds.h1239 struct be_ulp_fw_cfg ulp[2]; member in struct:be_fw_cfg
/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/scsi/elx/libefc_sli/
H A Dsli4.h660 u8 ulp; member in struct:sli4_rsp_cmn_create_queue
834 u8 ulp; member in struct:sli4_rqst_rq_create
/linux-master/drivers/infiniband/hw/ocrdma/
H A Docrdma_sli.h672 } ulp[2]; member in struct:ocrdma_fw_conf_rsp
/linux-master/drivers/infiniband/
H A DMakefile4 obj-$(CONFIG_INFINIBAND) += ulp/
/linux-master/include/uapi/linux/
H A Dif_hippi.h82 __u8 ulp; /* must contain 4 */
/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/arch/m68k/ifpsp060/src/
H A Dfpsp.S5019 # The returned result is within 1 ulp in 64 significant bit, i.e. #
5020 # within 0.5001 ulp to 53 bits if the result is subsequently #
5678 #--we want P+p = W+w but |p| <= half ulp of P
5690 #--|r| <= half ulp of R.
5724 # The returned result is within 3 ulp in 64 significant bit, i.e. #
5725 # within 0.5001 ulp to 53 bits if the result is subsequently #
6109 #--we want P+p = W+w but |p| <= half ulp of P
6121 #--|r| <= half ulp of R.
6155 # i.e. within 0.5001 ulp to 53 bits if the result is subsequently #
6605 # i.e. within 0.5001 ulp t
[all...]

Completed in 444 milliseconds

12