Searched defs:ulp_type (Results 1 - 3 of 3) sorted by relevance

/drivers/net/ethernet/broadcom/
H A Dcnic_if.h140 int ulp_type; member in union:drv_ctl_info::__anon1978
237 int ulp_type; member in struct:cnic_sock
279 int (*register_device)(struct cnic_dev *dev, int ulp_type,
281 int (*unregister_device)(struct cnic_dev *dev, int ulp_type);
293 struct cnic_dev *(*cm_select_dev)(struct sockaddr_in *, int ulp_type);
343 extern int cnic_register_driver(int ulp_type, struct cnic_ulp_ops *ulp_ops);
345 extern int cnic_unregister_driver(int ulp_type);
H A Dcnic.c254 static void cnic_ulp_ctl(struct cnic_dev *dev, int ulp_type, bool reg) argument
265 info.data.ulp_type = ulp_type;
456 int cnic_register_driver(int ulp_type, struct cnic_ulp_ops *ulp_ops) argument
460 if (ulp_type < 0 || ulp_type >= MAX_CNIC_ULP_TYPE) {
461 pr_err("%s: Bad type %d\n", __func__, ulp_type);
465 if (cnic_ulp_tbl_prot(ulp_type)) {
467 __func__, ulp_type);
476 clear_bit(ULP_F_INIT, &cp->ulp_flags[ulp_type]);
497 cnic_unregister_driver(int ulp_type) argument
548 cnic_register_device(struct cnic_dev *dev, int ulp_type, void *ulp_ctx) argument
591 cnic_unregister_device(struct cnic_dev *dev, int ulp_type) argument
1370 cnic_reply_bnx2x_kcqes(struct cnic_dev *dev, int ulp_type, struct kcqe *cqes[], u32 num_cqes) argument
2528 int ulp_type; local
2774 int ulp_type; local
3166 cnic_copy_ulp_stats(struct cnic_dev *dev, int ulp_type) argument
3185 int ulp_type = CNIC_ULP_ISCSI; local
3500 cnic_cm_create(struct cnic_dev *dev, int ulp_type, u32 cid, u32 l5_cid, struct cnic_sock **csk, void *context) argument
3631 cnic_cm_select_dev(struct sockaddr_in *dst_addr, int ulp_type) argument
3821 int ulp_type = csk->ulp_type; local
[all...]
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c12088 int ulp_type = ctl->data.ulp_type; local
12095 if (ulp_type == CNIC_ULP_ISCSI)
12097 else if (ulp_type == CNIC_ULP_FCOE)
12104 int ulp_type = ctl->data.ulp_type; local
12111 if (ulp_type == CNIC_ULP_ISCSI)
12113 else if (ulp_type == CNIC_ULP_FCOE)

Completed in 104 milliseconds