fcoe_destroy      148 drivers/scsi/bnx2fc/bnx2fc_hwi.c 	struct fcoe_kwqe_destroy fcoe_destroy;
fcoe_destroy      154 drivers/scsi/bnx2fc/bnx2fc_hwi.c 	memset(&fcoe_destroy, 0x00, sizeof(struct fcoe_kwqe_destroy));
fcoe_destroy      155 drivers/scsi/bnx2fc/bnx2fc_hwi.c 	fcoe_destroy.hdr.op_code = FCOE_KWQE_OPCODE_DESTROY;
fcoe_destroy      156 drivers/scsi/bnx2fc/bnx2fc_hwi.c 	fcoe_destroy.hdr.flags = (FCOE_KWQE_LAYER_CODE <<
fcoe_destroy      158 drivers/scsi/bnx2fc/bnx2fc_hwi.c 	kwqe_arr[0] = (struct kwqe *) &fcoe_destroy;
fcoe_destroy      109 drivers/scsi/fcoe/fcoe.c static int fcoe_destroy(struct net_device *netdev);
fcoe_destroy     2461 drivers/scsi/fcoe/fcoe.c 	.destroy = fcoe_destroy,