Home
last modified time | relevance | path

Searched refs:qed_fcoe_tid (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/qed/
H A Dqed_fcoe_if.h59 struct qed_fcoe_tid { struct
129 int (*start)(struct qed_dev *cdev, struct qed_fcoe_tid *tasks);
/openbmc/linux/drivers/scsi/qedf/
H A Dqedf.h388 struct qed_fcoe_tid tasks;
457 static inline void *qedf_get_task_mem(struct qed_fcoe_tid *info, u32 tid) in qedf_get_task_mem()
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_fcoe.c800 static int qed_fcoe_start(struct qed_dev *cdev, struct qed_fcoe_tid *tasks) in qed_fcoe_start()