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

/linux-master/drivers/net/ethernet/broadcom/
H A Dcnic_if.h148 int ulp_type; member in struct:drv_ctl_register_data
163 int ulp_type; member in union:drv_ctl_info::__anon189
275 int ulp_type; member in struct:cnic_sock
317 int (*register_device)(struct cnic_dev *dev, int ulp_type,
319 int (*unregister_device)(struct cnic_dev *dev, int ulp_type);
331 struct cnic_dev *(*cm_select_dev)(struct sockaddr_in *, int ulp_type);
385 int cnic_register_driver(int ulp_type, struct cnic_ulp_ops *ulp_ops);
387 int cnic_unregister_driver(int ulp_type);
H A Dcnic.c263 static void cnic_ulp_ctl(struct cnic_dev *dev, int ulp_type, bool reg, int state) argument
274 if (ulp_type == CNIC_ULP_FCOE && dev->fcoe_cap)
280 info.data.ulp_type = ulp_type;
473 int cnic_register_driver(int ulp_type, struct cnic_ulp_ops *ulp_ops) argument
477 if (ulp_type < 0 || ulp_type >= MAX_CNIC_ULP_TYPE) {
478 pr_err("%s: Bad type %d\n", __func__, ulp_type);
482 if (cnic_ulp_tbl_prot(ulp_type)) {
484 __func__, ulp_type);
514 cnic_unregister_driver(int ulp_type) argument
566 cnic_register_device(struct cnic_dev *dev, int ulp_type, void *ulp_ctx) argument
609 cnic_unregister_device(struct cnic_dev *dev, int ulp_type) argument
1430 cnic_reply_bnx2x_kcqes(struct cnic_dev *dev, int ulp_type, struct kcqe *cqes[], u32 num_cqes) argument
2595 int ulp_type; local
2841 int ulp_type; local
3249 cnic_copy_ulp_stats(struct cnic_dev *dev, int ulp_type) argument
3269 int ulp_type = CNIC_ULP_ISCSI; local
3587 cnic_cm_create(struct cnic_dev *dev, int ulp_type, u32 cid, u32 l5_cid, struct cnic_sock **csk, void *context) argument
3719 cnic_cm_select_dev(struct sockaddr_in *dst_addr, int ulp_type) argument
3918 int ulp_type = csk->ulp_type; local
[all...]
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c14744 int ulp_type = ctl->data.register_data.ulp_type; local
14756 if (ulp_type == CNIC_ULP_ISCSI)
14758 else if (ulp_type == CNIC_ULP_FCOE)
14762 if ((ulp_type != CNIC_ULP_FCOE) ||
14785 int ulp_type = ctl->data.ulp_type; local
14792 if (ulp_type == CNIC_ULP_ISCSI)
14794 else if (ulp_type == CNIC_ULP_FCOE)

Completed in 158 milliseconds